#153320

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

Shades of Deep Fir #153320

Tints of Deep Fir #153320

Color information

#153320 (or 0x153320) is unknown color: approx Deep Fir. HEX triplet: 15, 33 and 20. RGB value is (21,51,32). Sum of RGB (Red+Green+Blue) = 21+51+32=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #153320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153320 is #EACCDF. Grayscale: #272727. Windows color (decimal): -15387872 or 2110229. OLE color: 2110229.

HSL color Cylindrical-coordinate representation of color #153320: hue angle of 142º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #153320 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB215132-
CMYK0.5900.370.8
HSL142º41.67%14.12%-
HSV(B)142º58.82%20%-
XYZ1.752.631.78-
YUV39.86123.56114.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 51 (20.31% from 255) = 49.04%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=20.19%
G=49.04%
B=30.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2151320.5900.370.814241.6714.12
Hex1533203B025508e2ae
Octal256340730451202165216
Binary1010111001110000011101101001011010000100011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153320; }

 p { color: rgb(21,51,32); }

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

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

 a { background-color: rgb(21,51,32); }

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

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

 span { border-color: rgb(21,51,32); }

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