#133320

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

Shades of Deep Fir #133320

Tints of Deep Fir #133320

Color information

#133320 (or 0x133320) is unknown color: approx Deep Fir. HEX triplet: 13, 33 and 20. RGB value is (19,51,32). Sum of RGB (Red+Green+Blue) = 19+51+32=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #133320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133320 is #ECCCDF. Grayscale: #272727. Windows color (decimal): -15518944 or 2110227. OLE color: 2110227.

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

Color convert

RGB195132-
CMYK0.6300.370.8
HSL144.38º45.71%13.73%-
HSV(B)144.38º62.75%20%-
XYZ1.712.611.78-
YUV39.27123.9113.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 51 (20.31% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=18.63%
G=50%
B=31.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951320.6300.370.8144.3845.7113.73
Hex1333203F02550902ee
Octal236340770451202205616
Binary1001111001110000011111101001011010000100100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133320; }

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

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

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

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

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

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

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

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