Html Css Color HEX #08711F Crusoe

📋 copy color: '#08711F'

red 8 ◦ green 113 ◦ blue 31

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

Shades of Crusoe #08711F

Tints of Crusoe #08711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 74.34%

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

R = 5.26%
G = 74.34%
B = 20.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#08711F (or 0x08711F) is known color: Crusoe. HEX triplet: 08, 71 and 1F. RGB value is (8,113,31). Sum of RGB (Red+Green+Blue) = 8+113+31=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #08711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08711F is #F78EE0. Grayscale: #484848. Windows color (decimal): -16223969 or 2060552. OLE color: 2060552.

HSL color Cylindrical-coordinate representation of color #08711F: hue angle of 133.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08711F is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 113 31 -
CMYK 0.93 0 0.73 0.56
HSL 133.14º 0.87% 0.24% -
HSV(B) 133.14º 0.93% 0.44% -
XYZ 6.25 11.96 3.28 -
YUV 72.26 104.71 82.17 -
System Red Green Blue C M Y K H S L
Decimal 8 113 31 0.93 0 0.73 0.56 133.14 0.87 0.24
Hex 8 71 1F 5D 0 49 38 85 57 18
Octal 10 161 37 135 0 111 70 205 127 30
Binary 1000 1110001 11111 1011101 0 1001001 111000 10000101 1010111 11000

Color Harmonies of #08711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08711F

Black with #08711F

Text Example


Text Example

White with #08711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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