#09521D

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

Shades of Crusoe #09521D

Tints of Crusoe #09521D

Color information

#09521D (or 0x09521D) is unknown color: approx Crusoe. HEX triplet: 09, 52 and 1D. RGB value is (9,82,29). Sum of RGB (Red+Green+Blue) = 9+82+29=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #09521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09521D is #F6ADE2. Grayscale: #363636. Windows color (decimal): -16166371 or 1921545. OLE color: 1921545.

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

Color convert

RGB98229-
CMYK0.8900.650.68
HSL136.44º80.22%17.84%-
HSV(B)136.44º89.02%32.16%-
XYZ3.356.182.18-
YUV54.13113.8295.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.5%
GREEN value IS 82 (32.42% from 255) = 68.33%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=7.5%
G=68.33%
B=24.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982290.8900.650.68136.4480.2217.84
Hex9521D5904144885012
Octal1112235131010110421012022
Binary1001101001011101101100101000001100010010001000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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