#34221D

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

Shades of Brown Pod #34221D

Tints of Brown Pod #34221D

Color information

#34221D (or 0x34221D) is unknown color: approx Brown Pod. HEX triplet: 34, 22 and 1D. RGB value is (52,34,29). Sum of RGB (Red+Green+Blue) = 52+34+29=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #34221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34221D is #CBDDE2. Grayscale: #262626. Windows color (decimal): -13360611 or 1909300. OLE color: 1909300.

HSL color Cylindrical-coordinate representation of color #34221D: hue angle of 13.04º 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 #34221D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB523429-
CMYK00.350.440.80
HSL13.04º28.4%15.88%-
HSV(B)13.04º44.23%20.39%-
XYZ2.211.961.42-
YUV38.81122.46137.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=45.22%
G=29.57%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52342900.350.440.8013.0428.415.88
Hex34221D0232C50d1c10
Octal64423504354120153420
Binary110100100010111010100011101100101000011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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