Html Css Color HEX #341B11 Brown Pod

📋 copy color: '#341B11'

red 52 ◦ green 27 ◦ blue 17

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

Shades of Brown Pod #341B11

Tints of Brown Pod #341B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.13%

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

R = 54.17%
G = 28.13%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#341B11 (or 0x341B11) is known color: Brown Pod. HEX triplet: 34, 1B and 11. RGB value is (52,27,17). Sum of RGB (Red+Green+Blue) = 52+27+17=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #341B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B11 is #CBE4EE. Grayscale: #212121. Windows color (decimal): -13362415 or 1121076. OLE color: 1121076.

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

Color convert

RGB 52 27 17 -
CMYK 0 0.48 0.67 0.80
HSL 17.14º 0.51% 0.14% -
HSV(B) 17.14º 0.67% 0.2% -
XYZ 1.91 1.55 0.73 -
YUV 33.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 52 27 17 0 0.48 0.67 0.80 17.14 0.51 0.14
Hex 34 1B 11 0 30 43 50 11 33 E
Octal 64 33 21 0 60 103 120 21 63 16
Binary 110100 11011 10001 0 110000 1000011 1010000 10001 110011 1110

Color Harmonies of #341B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B11

Black with #341B11

Text Example


Text Example

White with #341B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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