#34221B

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

Shades of Brown Pod #34221B

Tints of Brown Pod #34221B

Color information

#34221B (or 0x34221B) is unknown color: approx Brown Pod. HEX triplet: 34, 22 and 1B. RGB value is (52,34,27). Sum of RGB (Red+Green+Blue) = 52+34+27=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #34221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34221B is #CBDDE4. Grayscale: #262626. Windows color (decimal): -13360613 or 1778228. OLE color: 1778228.

HSL color Cylindrical-coordinate representation of color #34221B: hue angle of 16.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34221B is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB523427-
CMYK00.350.480.80
HSL16.8º31.65%15.49%-
HSV(B)16.8º48.08%20.39%-
XYZ2.191.951.3-
YUV38.58121.46137.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=46.02%
G=30.09%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52342700.350.480.8016.831.6515.49
Hex34221B02330501120f
Octal64423304360120214017
Binary1101001000101101101000111100001010000100011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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