Html Css Color HEX #34201D Brown Pod

📋 copy color: '#34201D'

red 52 ◦ green 32 ◦ blue 29

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

Shades of Brown Pod #34201D

Tints of Brown Pod #34201D

RGB

 RED value IS 52 (20.7% from 255) = 46.02%

 GREEN value IS 32 (12.89% from 255) = 28.32%

 BLUE value IS 29 (11.72% from 255) = 25.66%

R = 46.02%
G = 28.32%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#34201D (or 0x34201D) is known color: Brown Pod. HEX triplet: 34, 20 and 1D. RGB value is (52,32,29). Sum of RGB (Red+Green+Blue) = 52+32+29=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #34201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34201D is #CBDFE2. Grayscale: #252525. Windows color (decimal): -13361123 or 1908788. OLE color: 1908788.

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

Color convert

RGB 52 32 29 -
CMYK 0 0.38 0.44 0.80
HSL 7.83º 0.28% 0.16% -
HSV(B) 7.83º 0.44% 0.2% -
XYZ 2.15 1.85 1.41 -
YUV 37.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 52 32 29 0 0.38 0.44 0.80 7.83 0.28 0.16
Hex 34 20 1D 0 26 2C 50 8 1C 10
Octal 64 40 35 0 46 54 120 10 34 20
Binary 110100 100000 11101 0 100110 101100 1010000 1000 11100 10000

Color Harmonies of #34201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34201D

Black with #34201D

Text Example


Text Example

White with #34201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34201D;
 }
 .AnyTagClassName
 {
   color: #34201D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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