Html Css Color HEX #341F19 Brown Pod

📋 copy color: '#341F19'

red 52 ◦ green 31 ◦ blue 25

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

Shades of Brown Pod #341F19

Tints of Brown Pod #341F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.7%

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

R = 48.15%
G = 28.7%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#341F19 (or 0x341F19) is known color: Brown Pod. HEX triplet: 34, 1F and 19. RGB value is (52,31,25). Sum of RGB (Red+Green+Blue) = 52+31+25=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #341F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F19 is #CBE0E6. Grayscale: #242424. Windows color (decimal): -13361383 or 1646388. OLE color: 1646388.

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

Color convert

RGB 52 31 25 -
CMYK 0 0.40 0.52 0.80
HSL 13.33º 0.35% 0.15% -
HSV(B) 13.33º 0.52% 0.2% -
XYZ 2.08 1.78 1.15 -
YUV 36.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 52 31 25 0 0.40 0.52 0.80 13.33 0.35 0.15
Hex 34 1F 19 0 28 34 50 D 23 F
Octal 64 37 31 0 50 64 120 15 43 17
Binary 110100 11111 11001 0 101000 110100 1010000 1101 100011 1111

Color Harmonies of #341F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F19

Black with #341F19

Text Example


Text Example

White with #341F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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