#08532E

Color #08532E Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #08532E

Tints of Crusoe #08532E

Color information

#08532E (or 0x08532E) is unknown color: approx Crusoe. HEX triplet: 08, 53 and 2E. RGB value is (8,83,46). Sum of RGB (Red+Green+Blue) = 8+83+46=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #08532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08532E is #F7ACD1. Grayscale: #383838. Windows color (decimal): -16231634 or 3035912. OLE color: 3035912.

HSL color Cylindrical-coordinate representation of color #08532E: hue angle of 150.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08532E is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB88346-
CMYK0.9000.450.67
HSL150.4º82.42%17.84%-
HSV(B)150.4º90.36%32.55%-
XYZ3.696.443.63-
YUV56.36122.1593.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 83 (32.81% from 255) = 60.58%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=5.84%
G=60.58%
B=33.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883460.9000.450.67150.482.4217.84
Hex8532E5A02D43965212
Octal101235613205510322612222
Binary1000101001110111010110100101101100001110010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08532E; }

 p { color: rgb(8,83,46); }

 H1.HeaderClassName
 {
   color: #08532E;
 }
 .AnyTagClassName
 {
   color: #08532E;
 }
</style>
background-color css

<style>
 a { background-color: #08532E; }

 a { background-color: rgb(8,83,46); }

 div.DivClassName
 {
   background-color: #08532E;
 }
 .BgClassName
 {
   background-color: #08532E;
 }
</style>
border-color css

<style>
 span { border-color: #08532E; }

 span { border-color: rgb(8,83,46); }

 td.TdClassName
 {
   border-color: #08532E;
 }
 .TagClassName
 {
   border-color: #08532E;
 }
</style>