#34201A

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

Shades of Brown Pod #34201A

Tints of Brown Pod #34201A

Color information

#34201A (or 0x34201A) is unknown color: approx Brown Pod. HEX triplet: 34, 20 and 1A. RGB value is (52,32,26). Sum of RGB (Red+Green+Blue) = 52+32+26=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #34201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34201A is #CBDFE5. Grayscale: #252525. Windows color (decimal): -13361126 or 1712180. OLE color: 1712180.

HSL color Cylindrical-coordinate representation of color #34201A: hue angle of 13.85º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34201A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB523226-
CMYK00.380.500.80
HSL13.85º33.33%15.29%-
HSV(B)13.85º50%20.39%-
XYZ2.121.841.22-
YUV37.3121.63138.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=47.27%
G=29.09%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52322600.380.500.8013.8533.3315.29
Hex34201A0263250e21f
Octal64403204662120164117
Binary110100100000110100100110110010101000011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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