Html Css Color HEX #11551E Crusoe

📋 copy color: '#11551E'

red 17 ◦ green 85 ◦ blue 30

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

Shades of Crusoe #11551E

Tints of Crusoe #11551E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.73%

R = 12.88%
G = 64.39%
B = 22.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#11551E (or 0x11551E) is known color: Crusoe. HEX triplet: 11, 55 and 1E. RGB value is (17,85,30). Sum of RGB (Red+Green+Blue) = 17+85+30=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #11551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11551E is #EEAAE1. Grayscale: #3A3A3A. Windows color (decimal): -15641314 or 1987857. OLE color: 1987857.

HSL color Cylindrical-coordinate representation of color #11551E: hue angle of 131.47º 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 #11551E is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 85 30 -
CMYK 0.80 0 0.65 0.67
HSL 131.47º 0.67% 0.2% -
HSV(B) 131.47º 0.8% 0.33% -
XYZ 3.71 6.71 2.33 -
YUV 58.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 17 85 30 0.80 0 0.65 0.67 131.47 0.67 0.2
Hex 11 55 1E 50 0 41 43 83 43 14
Octal 21 125 36 120 0 101 103 203 103 24
Binary 10001 1010101 11110 1010000 0 1000001 1000011 10000011 1000011 10100

Color Harmonies of #11551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11551E

Black with #11551E

Text Example


Text Example

White with #11551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11551E; }

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

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

background-color css

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

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

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

border-color css

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

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

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