Html Css Color HEX #341D12 Brown Pod

📋 copy color: '#341D12'

red 52 ◦ green 29 ◦ blue 18

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

Shades of Brown Pod #341D12

Tints of Brown Pod #341D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.18%

R = 52.53%
G = 29.29%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#341D12 (or 0x341D12) is known color: Brown Pod. HEX triplet: 34, 1D and 12. RGB value is (52,29,18). Sum of RGB (Red+Green+Blue) = 52+29+18=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #341D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D12 is #CBE2ED. Grayscale: #222222. Windows color (decimal): -13361902 or 1187124. OLE color: 1187124.

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

Color convert

RGB 52 29 18 -
CMYK 0 0.44 0.65 0.80
HSL 19.41º 0.49% 0.14% -
HSV(B) 19.41º 0.65% 0.2% -
XYZ 1.96 1.65 0.79 -
YUV 34.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 52 29 18 0 0.44 0.65 0.80 19.41 0.49 0.14
Hex 34 1D 12 0 2C 41 50 13 31 E
Octal 64 35 22 0 54 101 120 23 61 16
Binary 110100 11101 10010 0 101100 1000001 1010000 10011 110001 1110

Color Harmonies of #341D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D12

Black with #341D12

Text Example


Text Example

White with #341D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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