Html Css Color HEX #11541D Crusoe

📋 copy color: '#11541D'

red 17 ◦ green 84 ◦ blue 29

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

Shades of Crusoe #11541D

Tints of Crusoe #11541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 64.62%

 BLUE value IS 29 (11.72% from 255) = 22.31%

R = 13.08%
G = 64.62%
B = 22.31%

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

#11541D (or 0x11541D) is known color: Crusoe. HEX triplet: 11, 54 and 1D. RGB value is (17,84,29). Sum of RGB (Red+Green+Blue) = 17+84+29=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 84 (33.20% from 255 or 64.62% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 84 - color contains mainly: green. Hex color #11541D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11541D is #EEABE2. Grayscale: #393939. Windows color (decimal): -15641571 or 1922065. OLE color: 1922065.

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

Color convert

RGB 17 84 29 -
CMYK 0.80 0 0.65 0.67
HSL 130.75º 0.66% 0.2% -
HSV(B) 130.75º 0.8% 0.33% -
XYZ 3.62 6.55 2.24 -
YUV 57.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 17 84 29 0.80 0 0.65 0.67 130.75 0.66 0.2
Hex 11 54 1D 50 0 41 43 83 42 14
Octal 21 124 35 120 0 101 103 203 102 24
Binary 10001 1010100 11101 1010000 0 1000001 1000011 10000011 1000010 10100

Color Harmonies of #11541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11541D

Black with #11541D

Text Example


Text Example

White with #11541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11541D; }

 p { color: rgb(17,84,29); }

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

background-color css

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

 a { background-color: rgb(17,84,29); }

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

border-color css

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

 span { border-color: rgb(17,84,29); }

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