Html Css Color HEX #08541F Crusoe

📋 copy color: '#08541F'

red 8 ◦ green 84 ◦ blue 31

#08541F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #08541F

Tints of Crusoe #08541F

RGB

 RED value IS 8 (3.52% from 255) = 6.5%

 GREEN value IS 84 (33.2% from 255) = 68.29%

 BLUE value IS 31 (12.5% from 255) = 25.2%

R = 6.5%
G = 68.29%
B = 25.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#08541F (or 0x08541F) is known color: Crusoe. HEX triplet: 08, 54 and 1F. RGB value is (8,84,31). Sum of RGB (Red+Green+Blue) = 8+84+31=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #08541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08541F is #F7ABE0. Grayscale: #373737. Windows color (decimal): -16231393 or 2053128. OLE color: 2053128.

HSL color Cylindrical-coordinate representation of color #08541F: hue angle of 138.16º degrees, saturation: 0.83, 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 #08541F is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 31 -
CMYK 0.90 0 0.63 0.67
HSL 138.16º 0.83% 0.18% -
HSV(B) 138.16º 0.9% 0.33% -
XYZ 3.52 6.49 2.36 -
YUV 55.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 8 84 31 0.90 0 0.63 0.67 138.16 0.83 0.18
Hex 8 54 1F 5A 0 3F 43 8A 53 12
Octal 10 124 37 132 0 77 103 212 123 22
Binary 1000 1010100 11111 1011010 0 111111 1000011 10001010 1010011 10010

Color Harmonies of #08541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08541F

Black with #08541F

Text Example


Text Example

White with #08541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08541F; }

 p { color: rgb(8,84,31); }

 H1.HeaderClassName
 {
   color: #08541F;
 }
 .AnyTagClassName
 {
   color: #08541F;
 }
</style>

background-color css

<style>
 a { background-color: #08541F; }

 a { background-color: rgb(8,84,31); }

 div.DivClassName
 {
   background-color: #08541F;
 }
 .BgClassName
 {
   background-color: #08541F;
 }
</style>

border-color css

<style>
 span { border-color: #08541F; }

 span { border-color: rgb(8,84,31); }

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