Html Css Color HEX #11511C Crusoe

📋 copy color: '#11511C'

red 17 ◦ green 81 ◦ blue 28

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

Shades of Crusoe #11511C

Tints of Crusoe #11511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 64.29%

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 13.49%
G = 64.29%
B = 22.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#11511C (or 0x11511C) is known color: Crusoe. HEX triplet: 11, 51 and 1C. RGB value is (17,81,28). Sum of RGB (Red+Green+Blue) = 17+81+28=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #11511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11511C is #EEAEE3. Grayscale: #373737. Windows color (decimal): -15642340 or 1855761. OLE color: 1855761.

HSL color Cylindrical-coordinate representation of color #11511C: hue angle of 130.31º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11511C is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 81 28 -
CMYK 0.79 0 0.65 0.68
HSL 130.31º 0.65% 0.19% -
HSV(B) 130.31º 0.79% 0.32% -
XYZ 3.38 6.09 2.1 -
YUV 55.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 17 81 28 0.79 0 0.65 0.68 130.31 0.65 0.19
Hex 11 51 1C 4F 0 41 44 82 41 13
Octal 21 121 34 117 0 101 104 202 101 23
Binary 10001 1010001 11100 1001111 0 1000001 1000100 10000010 1000001 10011

Color Harmonies of #11511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11511C

Black with #11511C

Text Example


Text Example

White with #11511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11511C; }

 p { color: rgb(17,81,28); }

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

background-color css

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

 a { background-color: rgb(17,81,28); }

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

border-color css

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

 span { border-color: rgb(17,81,28); }

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