Html Css Color HEX #342019 Brown Pod

📋 copy color: '#342019'

red 52 ◦ green 32 ◦ blue 25

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

Shades of Brown Pod #342019

Tints of Brown Pod #342019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.94%

R = 47.71%
G = 29.36%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#342019 (or 0x342019) is known color: Brown Pod. HEX triplet: 34, 20 and 19. RGB value is (52,32,25). Sum of RGB (Red+Green+Blue) = 52+32+25=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #342019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342019 is #CBDFE6. Grayscale: #252525. Windows color (decimal): -13361127 or 1646644. OLE color: 1646644.

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

Color convert

RGB 52 32 25 -
CMYK 0 0.38 0.52 0.80
HSL 15.56º 0.35% 0.15% -
HSV(B) 15.56º 0.52% 0.2% -
XYZ 2.11 1.83 1.16 -
YUV 37.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 52 32 25 0 0.38 0.52 0.80 15.56 0.35 0.15
Hex 34 20 19 0 26 34 50 10 23 F
Octal 64 40 31 0 46 64 120 20 43 17
Binary 110100 100000 11001 0 100110 110100 1010000 10000 100011 1111

Color Harmonies of #342019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342019

Black with #342019

Text Example


Text Example

White with #342019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342019; }

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

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

background-color css

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

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

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

border-color css

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

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

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