Html Css Color HEX #09521B Crusoe

📋 copy color: '#09521B'

red 9 ◦ green 82 ◦ blue 27

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

Shades of Crusoe #09521B

Tints of Crusoe #09521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.88%

R = 7.63%
G = 69.49%
B = 22.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#09521B (or 0x09521B) is known color: Crusoe. HEX triplet: 09, 52 and 1B. RGB value is (9,82,27). Sum of RGB (Red+Green+Blue) = 9+82+27=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #09521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09521B is #F6ADE4. Grayscale: #363636. Windows color (decimal): -16166373 or 1790473. OLE color: 1790473.

HSL color Cylindrical-coordinate representation of color #09521B: hue angle of 134.79º 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 #09521B is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 27 -
CMYK 0.89 0 0.67 0.68
HSL 134.79º 0.8% 0.18% -
HSV(B) 134.79º 0.89% 0.32% -
XYZ 3.33 6.17 2.05 -
YUV 53.9 112.82 95.97 -
System Red Green Blue C M Y K H S L
Decimal 9 82 27 0.89 0 0.67 0.68 134.79 0.8 0.18
Hex 9 52 1B 59 0 43 44 87 50 12
Octal 11 122 33 131 0 103 104 207 120 22
Binary 1001 1010010 11011 1011001 0 1000011 1000100 10000111 1010000 10010

Color Harmonies of #09521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09521B

Black with #09521B

Text Example


Text Example

White with #09521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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