#11371A

Color #11371A Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #11371A

Tints of Deep Fir #11371A

Color information

#11371A (or 0x11371A) is unknown color: approx Deep Fir. HEX triplet: 11, 37 and 1A. RGB value is (17,55,26). Sum of RGB (Red+Green+Blue) = 17+55+26=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #11371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11371A is #EEC8E5. Grayscale: #282828. Windows color (decimal): -15648998 or 1718033. OLE color: 1718033.

HSL color Cylindrical-coordinate representation of color #11371A: hue angle of 134.21º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11371A is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB175526-
CMYK0.6900.530.78
HSL134.21º52.78%14.12%-
HSV(B)134.21º69.09%21.57%-
XYZ1.782.931.45-
YUV40.33119.91111.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 55 (21.88% from 255) = 56.12%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=17.35%
G=56.12%
B=26.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1755260.6900.530.78134.2152.7814.12
Hex11371A450354E8635e
Octal2167321050651162066516
Binary1000111011111010100010101101011001110100001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11371A; }

 p { color: rgb(17,55,26); }

 H1.HeaderClassName
 {
   color: #11371A;
 }
 .AnyTagClassName
 {
   color: #11371A;
 }
</style>
background-color css

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

 a { background-color: rgb(17,55,26); }

 div.DivClassName
 {
   background-color: #11371A;
 }
 .BgClassName
 {
   background-color: #11371A;
 }
</style>
border-color css

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

 span { border-color: rgb(17,55,26); }

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