Html Css Color HEX #09592D Crusoe

📋 copy color: '#09592D'

red 9 ◦ green 89 ◦ blue 45

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

Shades of Crusoe #09592D

Tints of Crusoe #09592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 62.24%

 BLUE value IS 45 (17.97% from 255) = 31.47%

R = 6.29%
G = 62.24%
B = 31.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#09592D (or 0x09592D) is known color: Crusoe. HEX triplet: 09, 59 and 2D. RGB value is (9,89,45). Sum of RGB (Red+Green+Blue) = 9+89+45=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #09592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09592D is #F6A6D2. Grayscale: #3C3C3C. Windows color (decimal): -16164563 or 2971913. OLE color: 2971913.

HSL color Cylindrical-coordinate representation of color #09592D: hue angle of 147º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09592D is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 45 -
CMYK 0.90 0 0.49 0.65
HSL 147º 0.82% 0.19% -
HSV(B) 147º 0.9% 0.35% -
XYZ 4.16 7.39 3.69 -
YUV 60.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 9 89 45 0.90 0 0.49 0.65 147 0.82 0.19
Hex 9 59 2D 5A 0 31 41 93 52 13
Octal 11 131 55 132 0 61 101 223 122 23
Binary 1001 1011001 101101 1011010 0 110001 1000001 10010011 1010010 10011

Color Harmonies of #09592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09592D

Black with #09592D

Text Example


Text Example

White with #09592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09592D;
 }
 .AnyTagClassName
 {
   color: #09592D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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