#342119

Color #342119 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #342119

Tints of Brown Pod #342119

Color information

#342119 (or 0x342119) is unknown color: approx Brown Pod. HEX triplet: 34, 21 and 19. RGB value is (52,33,25). Sum of RGB (Red+Green+Blue) = 52+33+25=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #342119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342119 is #CBDEE6. Grayscale: #252525. Windows color (decimal): -13360871 or 1646900. OLE color: 1646900.

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

Color convert

RGB523325-
CMYK00.370.520.80
HSL17.78º35.06%15.1%-
HSV(B)17.78º51.92%20.39%-
XYZ2.141.891.17-
YUV37.77120.79138.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=47.27%
G=30%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52332500.370.520.8017.7835.0615.1
Hex34211902534501223f
Octal64413104564120224317
Binary1101001000011100101001011101001010000100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342119; }

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

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

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

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

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

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

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

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