#341912

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

Shades of Brown Pod #341912

Tints of Brown Pod #341912

Color information

#341912 (or 0x341912) is unknown color: approx Brown Pod. HEX triplet: 34, 19 and 12. RGB value is (52,25,18). Sum of RGB (Red+Green+Blue) = 52+25+18=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #341912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341912 is #CBE6ED. Grayscale: #202020. Windows color (decimal): -13362926 or 1186100. OLE color: 1186100.

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

Color convert

RGB522518-
CMYK00.520.650.80
HSL12.35º48.57%13.73%-
HSV(B)12.35º65.38%20.39%-
XYZ1.871.470.76-
YUV32.28119.95142.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.74%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=54.74%
G=26.32%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52251800.520.650.8012.3548.5713.73
Hex3419120344150c31e
Octal643122064101120146116
Binary110100110011001001101001000001101000011001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341912; }

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

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

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

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

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

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

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

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