Html Css Color HEX #115520 Crusoe

📋 copy color: '#115520'

red 17 ◦ green 85 ◦ blue 32

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

Shades of Crusoe #115520

Tints of Crusoe #115520

RGB

 RED value IS 17 (7.03% from 255) = 12.69%

 GREEN value IS 85 (33.59% from 255) = 63.43%

 BLUE value IS 32 (12.89% from 255) = 23.88%

R = 12.69%
G = 63.43%
B = 23.88%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#115520 (or 0x115520) is known color: Crusoe. HEX triplet: 11, 55 and 20. RGB value is (17,85,32). Sum of RGB (Red+Green+Blue) = 17+85+32=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #115520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115520 is #EEAADF. Grayscale: #3A3A3A. Windows color (decimal): -15641312 or 2118929. OLE color: 2118929.

HSL color Cylindrical-coordinate representation of color #115520: hue angle of 133.24º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115520 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 85 32 -
CMYK 0.80 0 0.62 0.67
HSL 133.24º 0.67% 0.2% -
HSV(B) 133.24º 0.8% 0.33% -
XYZ 3.74 6.72 2.47 -
YUV 58.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 17 85 32 0.80 0 0.62 0.67 133.24 0.67 0.2
Hex 11 55 20 50 0 3E 43 85 43 14
Octal 21 125 40 120 0 76 103 205 103 24
Binary 10001 1010101 100000 1010000 0 111110 1000011 10000101 1000011 10100

Color Harmonies of #115520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115520

Black with #115520

Text Example


Text Example

White with #115520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115520; }

 p { color: rgb(17,85,32); }

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

background-color css

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

 a { background-color: rgb(17,85,32); }

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

border-color css

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

 span { border-color: rgb(17,85,32); }

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