#193820

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

Shades of Deep Fir #193820

Tints of Deep Fir #193820

Color information

#193820 (or 0x193820) is unknown color: approx Deep Fir. HEX triplet: 19, 38 and 20. RGB value is (25,56,32). Sum of RGB (Red+Green+Blue) = 25+56+32=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #193820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193820 is #E6C7DF. Grayscale: #2C2C2C. Windows color (decimal): -15124448 or 2111513. OLE color: 2111513.

HSL color Cylindrical-coordinate representation of color #193820: hue angle of 133.55º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193820 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB255632-
CMYK0.5500.430.78
HSL133.55º38.27%15.88%-
HSV(B)133.55º55.36%21.96%-
XYZ2.083.141.86-
YUV44121.23114.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.12%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=22.12%
G=49.56%
B=28.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2556320.5500.430.78133.5538.2715.88
Hex1938203702B4E862610
Octal317040670531162064620
Binary11001111000100000110111010101110011101000011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193820; }

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

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

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

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

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

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

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

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