Html Css Color HEX #08521C Crusoe

📋 copy color: '#08521C'

red 8 ◦ green 82 ◦ blue 28

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

Shades of Crusoe #08521C

Tints of Crusoe #08521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 69.49%

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

R = 6.78%
G = 69.49%
B = 23.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#08521C (or 0x08521C) is known color: Crusoe. HEX triplet: 08, 52 and 1C. RGB value is (8,82,28). Sum of RGB (Red+Green+Blue) = 8+82+28=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #08521C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08521C is #F7ADE3. Grayscale: #353535. Windows color (decimal): -16231908 or 1856008. OLE color: 1856008.

HSL color Cylindrical-coordinate representation of color #08521C: hue angle of 136.22º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08521C is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 82 28 -
CMYK 0.90 0 0.66 0.68
HSL 136.22º 0.82% 0.18% -
HSV(B) 136.22º 0.9% 0.32% -
XYZ 3.33 6.17 2.11 -
YUV 53.72 113.48 95.39 -
System Red Green Blue C M Y K H S L
Decimal 8 82 28 0.90 0 0.66 0.68 136.22 0.82 0.18
Hex 8 52 1C 5A 0 42 44 88 52 12
Octal 10 122 34 132 0 102 104 210 122 22
Binary 1000 1010010 11100 1011010 0 1000010 1000100 10001000 1010010 10010

Color Harmonies of #08521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08521C

Black with #08521C

Text Example


Text Example

White with #08521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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