Html Css Color HEX #115821 Crusoe

📋 copy color: '#115821'

red 17 ◦ green 88 ◦ blue 33

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

Shades of Crusoe #115821

Tints of Crusoe #115821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.91%

R = 12.32%
G = 63.77%
B = 23.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#115821 (or 0x115821) is known color: Crusoe. HEX triplet: 11, 58 and 21. RGB value is (17,88,33). Sum of RGB (Red+Green+Blue) = 17+88+33=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 88 (34.77% from 255 or 63.77% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 88 - color contains mainly: green. Hex color #115821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115821 is #EEA7DE. Grayscale: #3C3C3C. Windows color (decimal): -15640543 or 2185233. OLE color: 2185233.

HSL color Cylindrical-coordinate representation of color #115821: hue angle of 133.52º 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 #115821 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 88 33 -
CMYK 0.81 0 0.62 0.65
HSL 133.52º 0.68% 0.21% -
HSV(B) 133.52º 0.81% 0.35% -
XYZ 4 7.21 2.62 -
YUV 60.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 17 88 33 0.81 0 0.62 0.65 133.52 0.68 0.21
Hex 11 58 21 51 0 3E 41 86 44 15
Octal 21 130 41 121 0 76 101 206 104 25
Binary 10001 1011000 100001 1010001 0 111110 1000001 10000110 1000100 10101

Color Harmonies of #115821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115821

Black with #115821

Text Example


Text Example

White with #115821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115821; }

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

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

background-color css

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

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

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

border-color css

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

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

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