Html Css Color HEX #341D16 Brown Pod

📋 copy color: '#341D16'

red 52 ◦ green 29 ◦ blue 22

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

Shades of Brown Pod #341D16

Tints of Brown Pod #341D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 21.36%

R = 50.49%
G = 28.16%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#341D16 (or 0x341D16) is known color: Brown Pod. HEX triplet: 34, 1D and 16. RGB value is (52,29,22). Sum of RGB (Red+Green+Blue) = 52+29+22=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #341D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D16 is #CBE2E9. Grayscale: #232323. Windows color (decimal): -13361898 or 1449268. OLE color: 1449268.

HSL color Cylindrical-coordinate representation of color #341D16: hue angle of 14º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #341D16 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 29 22 -
CMYK 0 0.44 0.58 0.80
HSL 14º 0.41% 0.15% -
HSV(B) 14º 0.58% 0.2% -
XYZ 2 1.67 0.98 -
YUV 35.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 52 29 22 0 0.44 0.58 0.80 14 0.41 0.15
Hex 34 1D 16 0 2C 3A 50 E 29 F
Octal 64 35 26 0 54 72 120 16 51 17
Binary 110100 11101 10110 0 101100 111010 1010000 1110 101001 1111

Color Harmonies of #341D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D16

Black with #341D16

Text Example


Text Example

White with #341D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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