#09522D

Color #09522D Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #09522D

Tints of Crusoe #09522D

Color information

#09522D (or 0x09522D) is unknown color: approx Crusoe. HEX triplet: 09, 52 and 2D. RGB value is (9,82,45). Sum of RGB (Red+Green+Blue) = 9+82+45=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #09522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09522D is #F6ADD2. Grayscale: #383838. Windows color (decimal): -16166355 or 2970121. OLE color: 2970121.

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

Color convert

RGB98245-
CMYK0.8900.450.68
HSL149.59º80.22%17.84%-
HSV(B)149.59º89.02%32.16%-
XYZ3.66.283.51-
YUV55.96121.8294.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 82 (32.42% from 255) = 60.29%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=6.62%
G=60.29%
B=33.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982450.8900.450.68149.5980.2217.84
Hex9522D5902D44965012
Octal111225513105510422612022
Binary1001101001010110110110010101101100010010010110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09522D; }

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

 H1.HeaderClassName
 {
   color: #09522D;
 }
 .AnyTagClassName
 {
   color: #09522D;
 }
</style>
background-color css

<style>
 a { background-color: #09522D; }

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

 div.DivClassName
 {
   background-color: #09522D;
 }
 .BgClassName
 {
   background-color: #09522D;
 }
</style>
border-color css

<style>
 span { border-color: #09522D; }

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

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