#34211A

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

Shades of Brown Pod #34211A

Tints of Brown Pod #34211A

Color information

#34211A (or 0x34211A) is unknown color: approx Brown Pod. HEX triplet: 34, 21 and 1A. RGB value is (52,33,26). Sum of RGB (Red+Green+Blue) = 52+33+26=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #34211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34211A is #CBDEE5. Grayscale: #252525. Windows color (decimal): -13360870 or 1712436. OLE color: 1712436.

HSL color Cylindrical-coordinate representation of color #34211A: hue angle of 16.15º 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 #34211A is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB523326-
CMYK00.370.500.80
HSL16.15º33.33%15.29%-
HSV(B)16.15º50%20.39%-
XYZ2.151.891.23-
YUV37.88121.29138.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=46.85%
G=29.73%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52332600.370.500.8016.1533.3315.29
Hex34211A02532501021f
Octal64413204562120204117
Binary1101001000011101001001011100101010000100001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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