#15371A

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

Shades of Deep Fir #15371A

Tints of Deep Fir #15371A

Color information

#15371A (or 0x15371A) is unknown color: approx Deep Fir. HEX triplet: 15, 37 and 1A. RGB value is (21,55,26). Sum of RGB (Red+Green+Blue) = 21+55+26=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #15371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15371A is #EAC8E5. Grayscale: #292929. Windows color (decimal): -15386854 or 1718037. OLE color: 1718037.

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

Color convert

RGB215526-
CMYK0.6200.530.78
HSL128.82º44.74%14.9%-
HSV(B)128.82º61.82%21.57%-
XYZ1.862.971.45-
YUV41.53119.24113.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 55 (21.88% from 255) = 53.92%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=20.59%
G=53.92%
B=25.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2155260.6200.530.78128.8244.7414.9
Hex15371A3E0354E812df
Octal256732760651162015517
Binary101011101111101011111001101011001110100000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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