Html Css Color HEX #341D19 Brown Pod

📋 copy color: '#341D19'

red 52 ◦ green 29 ◦ blue 25

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

Shades of Brown Pod #341D19

Tints of Brown Pod #341D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.36%

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

R = 49.06%
G = 27.36%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#341D19 (or 0x341D19) is known color: Brown Pod. HEX triplet: 34, 1D and 19. RGB value is (52,29,25). Sum of RGB (Red+Green+Blue) = 52+29+25=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #341D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D19 is #CBE2E6. Grayscale: #232323. Windows color (decimal): -13361895 or 1645876. OLE color: 1645876.

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

Color convert

RGB 52 29 25 -
CMYK 0 0.44 0.52 0.80
HSL 8.89º 0.35% 0.15% -
HSV(B) 8.89º 0.52% 0.2% -
XYZ 2.03 1.68 1.14 -
YUV 35.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 52 29 25 0 0.44 0.52 0.80 8.89 0.35 0.15
Hex 34 1D 19 0 2C 34 50 9 23 F
Octal 64 35 31 0 54 64 120 11 43 17
Binary 110100 11101 11001 0 101100 110100 1010000 1001 100011 1111

Color Harmonies of #341D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D19

Black with #341D19

Text Example


Text Example

White with #341D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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