Html Css Color HEX #341E11 Brown Pod

📋 copy color: '#341E11'

red 52 ◦ green 30 ◦ blue 17

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

Shades of Brown Pod #341E11

Tints of Brown Pod #341E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17.17%

R = 52.53%
G = 30.3%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#341E11 (or 0x341E11) is known color: Brown Pod. HEX triplet: 34, 1E and 11. RGB value is (52,30,17). Sum of RGB (Red+Green+Blue) = 52+30+17=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #341E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E11 is #CBE1EE. Grayscale: #232323. Windows color (decimal): -13361647 or 1121844. OLE color: 1121844.

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

Color convert

RGB 52 30 17 -
CMYK 0 0.42 0.67 0.80
HSL 22.29º 0.51% 0.14% -
HSV(B) 22.29º 0.67% 0.2% -
XYZ 1.98 1.7 0.75 -
YUV 35.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 52 30 17 0 0.42 0.67 0.80 22.29 0.51 0.14
Hex 34 1E 11 0 2A 43 50 16 33 E
Octal 64 36 21 0 52 103 120 26 63 16
Binary 110100 11110 10001 0 101010 1000011 1010000 10110 110011 1110

Color Harmonies of #341E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E11

Black with #341E11

Text Example


Text Example

White with #341E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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