Html Css Color HEX #08551C Crusoe

📋 copy color: '#08551C'

red 8 ◦ green 85 ◦ blue 28

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

Shades of Crusoe #08551C

Tints of Crusoe #08551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 70.25%

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

R = 6.61%
G = 70.25%
B = 23.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#08551C (or 0x08551C) is known color: Crusoe. HEX triplet: 08, 55 and 1C. RGB value is (8,85,28). Sum of RGB (Red+Green+Blue) = 8+85+28=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #08551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08551C is #F7AAE3. Grayscale: #373737. Windows color (decimal): -16231140 or 1856776. OLE color: 1856776.

HSL color Cylindrical-coordinate representation of color #08551C: hue angle of 135.58º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08551C is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 85 28 -
CMYK 0.91 0 0.67 0.67
HSL 135.58º 0.83% 0.18% -
HSV(B) 135.58º 0.91% 0.33% -
XYZ 3.56 6.63 2.19 -
YUV 55.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 8 85 28 0.91 0 0.67 0.67 135.58 0.83 0.18
Hex 8 55 1C 5B 0 43 43 88 53 12
Octal 10 125 34 133 0 103 103 210 123 22
Binary 1000 1010101 11100 1011011 0 1000011 1000011 10001000 1010011 10010

Color Harmonies of #08551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08551C

Black with #08551C

Text Example


Text Example

White with #08551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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