#133720

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

Shades of Deep Fir #133720

Tints of Deep Fir #133720

Color information

#133720 (or 0x133720) is unknown color: approx Deep Fir. HEX triplet: 13, 37 and 20. RGB value is (19,55,32). Sum of RGB (Red+Green+Blue) = 19+55+32=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #133720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133720 is #ECC8DF. Grayscale: #292929. Windows color (decimal): -15517920 or 2111251. OLE color: 2111251.

HSL color Cylindrical-coordinate representation of color #133720: hue angle of 141.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133720 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB195532-
CMYK0.6500.420.78
HSL141.67º48.65%14.51%-
HSV(B)141.67º65.45%21.57%-
XYZ1.92.981.84-
YUV41.61122.57111.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 55 (21.88% from 255) = 51.89%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=17.92%
G=51.89%
B=30.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955320.6500.420.78141.6748.6514.51
Hex1337204102A4E8e31f
Octal2367401010521162166117
Binary10011110111100000100000101010101001110100011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133720; }

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

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

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

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

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

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

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

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