Html Css Color HEX #34221D Brown Pod

📋 copy color: '#34221D'

red 52 ◦ green 34 ◦ blue 29

#34221D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #34221D

Tints of Brown Pod #34221D

RGB

 RED value IS 52 (20.7% 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 value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#34221D (or 0x34221D) is known color: 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

RGB 52 34 29 -
CMYK 0 0.35 0.44 0.80
HSL 13.04º 0.28% 0.16% -
HSV(B) 13.04º 0.44% 0.2% -
XYZ 2.21 1.96 1.42 -
YUV 38.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 52 34 29 0 0.35 0.44 0.80 13.04 0.28 0.16
Hex 34 22 1D 0 23 2C 50 D 1C 10
Octal 64 42 35 0 43 54 120 15 34 20
Binary 110100 100010 11101 0 100011 101100 1010000 1101 11100 10000

Color Harmonies of #34221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34221D

Black with #34221D

Text Example


Text Example

White with #34221D

Text Example


Text Example

HTML Codes & Css Web 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>