#34201D

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

Shades of Brown Pod #34201D

Tints of Brown Pod #34201D

Color information

#34201D (or 0x34201D) is unknown color: approx Brown Pod. HEX triplet: 34, 20 and 1D. RGB value is (52,32,29). Sum of RGB (Red+Green+Blue) = 52+32+29=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #34201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34201D is #CBDFE2. Grayscale: #252525. Windows color (decimal): -13361123 or 1908788. OLE color: 1908788.

HSL color Cylindrical-coordinate representation of color #34201D: hue angle of 7.83º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34201D is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB523229-
CMYK00.380.440.80
HSL7.83º28.4%15.88%-
HSV(B)7.83º44.23%20.39%-
XYZ2.151.851.41-
YUV37.64123.13138.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=46.02%
G=28.32%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52322900.380.440.807.8328.415.88
Hex34201D0262C5081c10
Octal64403504654120103420
Binary110100100000111010100110101100101000010001110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34201D; }

 p { color: rgb(52,32,29); }

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

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

 a { background-color: rgb(52,32,29); }

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

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

 span { border-color: rgb(52,32,29); }

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