#193320

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

Shades of Deep Fir #193320

Tints of Deep Fir #193320

Color information

#193320 (or 0x193320) is unknown color: approx Deep Fir. HEX triplet: 19, 33 and 20. RGB value is (25,51,32). Sum of RGB (Red+Green+Blue) = 25+51+32=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #193320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193320 is #E6CCDF. Grayscale: #292929. Windows color (decimal): -15125728 or 2110233. OLE color: 2110233.

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

Color convert

RGB255132-
CMYK0.5100.370.8
HSL136.15º34.21%14.9%-
HSV(B)136.15º50.98%20%-
XYZ1.852.681.79-
YUV41.06122.89116.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=23.15%
G=47.22%
B=29.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551320.5100.370.8136.1534.2114.9
Hex19332033025508822f
Octal316340630451202104217
Binary1100111001110000011001101001011010000100010001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193320; }

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

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

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

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

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

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

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

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