Html Css Color HEX #09521A Crusoe

📋 copy color: '#09521A'

red 9 ◦ green 82 ◦ blue 26

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

Shades of Crusoe #09521A

Tints of Crusoe #09521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.22%

R = 7.69%
G = 70.09%
B = 22.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#09521A (or 0x09521A) is known color: Crusoe. HEX triplet: 09, 52 and 1A. RGB value is (9,82,26). Sum of RGB (Red+Green+Blue) = 9+82+26=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 82 (32.42% from 255 or 70.09% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 82 - color contains mainly: green. Hex color #09521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09521A is #F6ADE5. Grayscale: #353535. Windows color (decimal): -16166374 or 1724937. OLE color: 1724937.

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

Color convert

RGB 9 82 26 -
CMYK 0.89 0 0.68 0.68
HSL 133.97º 0.8% 0.18% -
HSV(B) 133.97º 0.89% 0.32% -
XYZ 3.32 6.17 1.99 -
YUV 53.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 9 82 26 0.89 0 0.68 0.68 133.97 0.8 0.18
Hex 9 52 1A 59 0 44 44 86 50 12
Octal 11 122 32 131 0 104 104 206 120 22
Binary 1001 1010010 11010 1011001 0 1000100 1000100 10000110 1010000 10010

Color Harmonies of #09521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09521A

Black with #09521A

Text Example


Text Example

White with #09521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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