Html Css Color HEX #09532C Crusoe

📋 copy color: '#09532C'

red 9 ◦ green 83 ◦ blue 44

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

Shades of Crusoe #09532C

Tints of Crusoe #09532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.03%

 BLUE value IS 44 (17.58% from 255) = 32.35%

R = 6.62%
G = 61.03%
B = 32.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#09532C (or 0x09532C) is known color: Crusoe. HEX triplet: 09, 53 and 2C. RGB value is (9,83,44). Sum of RGB (Red+Green+Blue) = 9+83+44=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #09532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09532C is #F6ACD3. Grayscale: #383838. Windows color (decimal): -16166100 or 2904841. OLE color: 2904841.

HSL color Cylindrical-coordinate representation of color #09532C: hue angle of 148.38º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09532C is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 44 -
CMYK 0.89 0 0.47 0.67
HSL 148.38º 0.8% 0.18% -
HSV(B) 148.38º 0.89% 0.33% -
XYZ 3.66 6.43 3.43 -
YUV 56.43 120.98 94.17 -
System Red Green Blue C M Y K H S L
Decimal 9 83 44 0.89 0 0.47 0.67 148.38 0.8 0.18
Hex 9 53 2C 59 0 2F 43 94 50 12
Octal 11 123 54 131 0 57 103 224 120 22
Binary 1001 1010011 101100 1011001 0 101111 1000011 10010100 1010000 10010

Color Harmonies of #09532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09532C

Black with #09532C

Text Example


Text Example

White with #09532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09532C; }

 p { color: rgb(9,83,44); }

 H1.HeaderClassName
 {
   color: #09532C;
 }
 .AnyTagClassName
 {
   color: #09532C;
 }
</style>

background-color css

<style>
 a { background-color: #09532C; }

 a { background-color: rgb(9,83,44); }

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

border-color css

<style>
 span { border-color: #09532C; }

 span { border-color: rgb(9,83,44); }

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