#193521

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

Shades of Deep Fir #193521

Tints of Deep Fir #193521

Color information

#193521 (or 0x193521) is unknown color: approx Deep Fir. HEX triplet: 19, 35 and 21. RGB value is (25,53,33). Sum of RGB (Red+Green+Blue) = 25+53+33=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #193521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193521 is #E6CADE. Grayscale: #2A2A2A. Windows color (decimal): -15125215 or 2176281. OLE color: 2176281.

HSL color Cylindrical-coordinate representation of color #193521: hue angle of 137.14º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #193521 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB255333-
CMYK0.5300.380.79
HSL137.14º35.9%15.29%-
HSV(B)137.14º52.83%20.78%-
XYZ1.952.861.89-
YUV42.35122.72115.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.52%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=22.52%
G=47.75%
B=29.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2553330.5300.380.79137.1435.915.29
Hex193521350264F8924f
Octal316541650461172114417
Binary1100111010110000111010101001101001111100010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193521; }

 p { color: rgb(25,53,33); }

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

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

 a { background-color: rgb(25,53,33); }

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

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

 span { border-color: rgb(25,53,33); }

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