Html Css Color HEX #11551F Crusoe

📋 copy color: '#11551F'

red 17 ◦ green 85 ◦ blue 31

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

Shades of Crusoe #11551F

Tints of Crusoe #11551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.31%

R = 12.78%
G = 63.91%
B = 23.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#11551F (or 0x11551F) is known color: Crusoe. HEX triplet: 11, 55 and 1F. RGB value is (17,85,31). Sum of RGB (Red+Green+Blue) = 17+85+31=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #11551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11551F is #EEAAE0. Grayscale: #3A3A3A. Windows color (decimal): -15641313 or 2053393. OLE color: 2053393.

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

Color convert

RGB 17 85 31 -
CMYK 0.80 0 0.64 0.67
HSL 132.35º 0.67% 0.2% -
HSV(B) 132.35º 0.8% 0.33% -
XYZ 3.73 6.72 2.4 -
YUV 58.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 17 85 31 0.80 0 0.64 0.67 132.35 0.67 0.2
Hex 11 55 1F 50 0 40 43 84 43 14
Octal 21 125 37 120 0 100 103 204 103 24
Binary 10001 1010101 11111 1010000 0 1000000 1000011 10000100 1000011 10100

Color Harmonies of #11551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11551F

Black with #11551F

Text Example


Text Example

White with #11551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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