Html Css Color HEX #115820 Crusoe

📋 copy color: '#115820'

red 17 ◦ green 88 ◦ blue 32

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

Shades of Crusoe #115820

Tints of Crusoe #115820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 64.23%

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

R = 12.41%
G = 64.23%
B = 23.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#115820 (or 0x115820) is known color: Crusoe. HEX triplet: 11, 58 and 20. RGB value is (17,88,32). Sum of RGB (Red+Green+Blue) = 17+88+32=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 88 (34.77% from 255 or 64.23% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 88 - color contains mainly: green. Hex color #115820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115820 is #EEA7DF. Grayscale: #3C3C3C. Windows color (decimal): -15640544 or 2119697. OLE color: 2119697.

HSL color Cylindrical-coordinate representation of color #115820: hue angle of 132.68º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115820 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 88 32 -
CMYK 0.81 0 0.64 0.65
HSL 132.68º 0.68% 0.21% -
HSV(B) 132.68º 0.81% 0.35% -
XYZ 3.98 7.2 2.55 -
YUV 60.39 111.98 97.05 -
System Red Green Blue C M Y K H S L
Decimal 17 88 32 0.81 0 0.64 0.65 132.68 0.68 0.21
Hex 11 58 20 51 0 40 41 85 44 15
Octal 21 130 40 121 0 100 101 205 104 25
Binary 10001 1011000 100000 1010001 0 1000000 1000001 10000101 1000100 10101

Color Harmonies of #115820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115820

Black with #115820

Text Example


Text Example

White with #115820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115820; }

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

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

background-color css

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

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

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

border-color css

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

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

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