Html Css Color HEX #09521C Crusoe

📋 copy color: '#09521C'

red 9 ◦ green 82 ◦ blue 28

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

Shades of Crusoe #09521C

Tints of Crusoe #09521C

RGB

 RED value IS 9 (3.91% from 255) = 7.56%

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

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

R = 7.56%
G = 68.91%
B = 23.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#09521C (or 0x09521C) is known color: Crusoe. HEX triplet: 09, 52 and 1C. RGB value is (9,82,28). Sum of RGB (Red+Green+Blue) = 9+82+28=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #09521C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09521C is #F6ADE3. Grayscale: #363636. Windows color (decimal): -16166372 or 1856009. OLE color: 1856009.

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

Color convert

RGB 9 82 28 -
CMYK 0.89 0 0.66 0.68
HSL 135.62º 0.8% 0.18% -
HSV(B) 135.62º 0.89% 0.32% -
XYZ 3.34 6.18 2.11 -
YUV 54.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 9 82 28 0.89 0 0.66 0.68 135.62 0.8 0.18
Hex 9 52 1C 59 0 42 44 88 50 12
Octal 11 122 34 131 0 102 104 210 120 22
Binary 1001 1010010 11100 1011001 0 1000010 1000100 10001000 1010000 10010

Color Harmonies of #09521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09521C

Black with #09521C

Text Example


Text Example

White with #09521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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