#09521F

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

Shades of Crusoe #09521F

Tints of Crusoe #09521F

Color information

#09521F (or 0x09521F) is unknown color: approx Crusoe. HEX triplet: 09, 52 and 1F. RGB value is (9,82,31). Sum of RGB (Red+Green+Blue) = 9+82+31=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #09521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09521F is #F6ADE0. Grayscale: #363636. Windows color (decimal): -16166369 or 2052617. OLE color: 2052617.

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

Color convert

RGB98231-
CMYK0.8900.620.68
HSL138.08º80.22%17.84%-
HSV(B)138.08º89.02%32.16%-
XYZ3.386.192.31-
YUV54.36114.8295.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.38%
GREEN value IS 82 (32.42% from 255) = 67.21%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=7.38%
G=67.21%
B=25.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982310.8900.620.68138.0880.2217.84
Hex9521F5903E448a5012
Octal111223713107610421212022
Binary100110100101111110110010111110100010010001010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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