Html Css Color HEX #341E12 Brown Pod

📋 copy color: '#341E12'

red 52 ◦ green 30 ◦ blue 18

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

Shades of Brown Pod #341E12

Tints of Brown Pod #341E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30%

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

R = 52%
G = 30%
B = 18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#341E12 (or 0x341E12) is known color: Brown Pod. HEX triplet: 34, 1E and 12. RGB value is (52,30,18). Sum of RGB (Red+Green+Blue) = 52+30+18=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #341E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E12 is #CBE1ED. Grayscale: #232323. Windows color (decimal): -13361646 or 1187380. OLE color: 1187380.

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

Color convert

RGB 52 30 18 -
CMYK 0 0.42 0.65 0.80
HSL 21.18º 0.49% 0.14% -
HSV(B) 21.18º 0.65% 0.2% -
XYZ 1.99 1.7 0.8 -
YUV 35.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 52 30 18 0 0.42 0.65 0.80 21.18 0.49 0.14
Hex 34 1E 12 0 2A 41 50 15 31 E
Octal 64 36 22 0 52 101 120 25 61 16
Binary 110100 11110 10010 0 101010 1000001 1010000 10101 110001 1110

Color Harmonies of #341E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E12

Black with #341E12

Text Example


Text Example

White with #341E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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