Html Css Color HEX #08601C Crusoe

📋 copy color: '#08601C'

red 8 ◦ green 96 ◦ blue 28

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

Shades of Crusoe #08601C

Tints of Crusoe #08601C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 72.73%

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 6.06%
G = 72.73%
B = 21.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#08601C (or 0x08601C) is known color: Crusoe. HEX triplet: 08, 60 and 1C. RGB value is (8,96,28). Sum of RGB (Red+Green+Blue) = 8+96+28=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #08601C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08601C is #F79FE3. Grayscale: #3E3E3E. Windows color (decimal): -16228324 or 1859592. OLE color: 1859592.

HSL color Cylindrical-coordinate representation of color #08601C: hue angle of 133.64º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08601C is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 28 -
CMYK 0.92 0 0.71 0.62
HSL 133.64º 0.85% 0.2% -
HSV(B) 133.64º 0.92% 0.38% -
XYZ 4.49 8.5 2.5 -
YUV 61.94 108.85 89.53 -
System Red Green Blue C M Y K H S L
Decimal 8 96 28 0.92 0 0.71 0.62 133.64 0.85 0.2
Hex 8 60 1C 5C 0 47 3E 86 55 14
Octal 10 140 34 134 0 107 76 206 125 24
Binary 1000 1100000 11100 1011100 0 1000111 111110 10000110 1010101 10100

Color Harmonies of #08601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08601C

Black with #08601C

Text Example


Text Example

White with #08601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08601C; }

 p { color: rgb(8,96,28); }

 H1.HeaderClassName
 {
   color: #08601C;
 }
 .AnyTagClassName
 {
   color: #08601C;
 }
</style>

background-color css

<style>
 a { background-color: #08601C; }

 a { background-color: rgb(8,96,28); }

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

border-color css

<style>
 span { border-color: #08601C; }

 span { border-color: rgb(8,96,28); }

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