Html Css Color HEX #342420 Brown Pod

📋 copy color: '#342420'

red 52 ◦ green 36 ◦ blue 32

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

Shades of Brown Pod #342420

Tints of Brown Pod #342420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30%

 BLUE value IS 32 (12.89% from 255) = 26.67%

R = 43.33%
G = 30%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#342420 (or 0x342420) is known color: Brown Pod. HEX triplet: 34, 24 and 20. RGB value is (52,36,32). Sum of RGB (Red+Green+Blue) = 52+36+32=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #342420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342420 is #CBDBDF. Grayscale: #282828. Windows color (decimal): -13360096 or 2106420. OLE color: 2106420.

HSL color Cylindrical-coordinate representation of color #342420: hue angle of 12º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342420 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 36 32 -
CMYK 0 0.31 0.38 0.80
HSL 12º 0.24% 0.16% -
HSV(B) 12º 0.38% 0.2% -
XYZ 2.31 2.1 1.65 -
YUV 40.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 52 36 32 0 0.31 0.38 0.80 12 0.24 0.16
Hex 34 24 20 0 1F 26 50 C 18 10
Octal 64 44 40 0 37 46 120 14 30 20
Binary 110100 100100 100000 0 11111 100110 1010000 1100 11000 10000

Color Harmonies of #342420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342420

Black with #342420

Text Example


Text Example

White with #342420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342420; }

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

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

background-color css

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

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

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

border-color css

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

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

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