#341B12

Color #341B12 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #341B12

Tints of Brown Pod #341B12

Color information

#341B12 (or 0x341B12) is unknown color: approx Brown Pod. HEX triplet: 34, 1B and 12. RGB value is (52,27,18). Sum of RGB (Red+Green+Blue) = 52+27+18=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B12 is #CBE4ED. Grayscale: #212121. Windows color (decimal): -13362414 or 1186612. OLE color: 1186612.

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

Color convert

RGB522718-
CMYK00.480.650.80
HSL15.88º48.57%13.73%-
HSV(B)15.88º65.38%20.39%-
XYZ1.921.560.77-
YUV33.45119.28141.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=53.61%
G=27.84%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52271800.480.650.8015.8848.5713.73
Hex341B1203041501031e
Octal643322060101120206116
Binary1101001101110010011000010000011010000100001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #341B12;
 }
 .AnyTagClassName
 {
   color: #341B12;
 }
</style>
background-color css

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

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

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

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

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

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