#341B0C

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

Shades of Brown Pod #341B0C

Tints of Brown Pod #341B0C

Color information

#341B0C (or 0x341B0C) is unknown color: approx Brown Pod. HEX triplet: 34, 1B and 0C. RGB value is (52,27,12). Sum of RGB (Red+Green+Blue) = 52+27+12=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #341B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B0C is #CBE4F3. Grayscale: #202020. Windows color (decimal): -13362420 or 793396. OLE color: 793396.

HSL color Cylindrical-coordinate representation of color #341B0C: hue angle of 22.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341B0C is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB522712-
CMYK00.480.770.80
HSL22.5º62.5%12.55%-
HSV(B)22.5º76.92%20.39%-
XYZ1.871.540.55-
YUV32.76116.28141.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.14%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 12 (5.08% from 255) = 13.19%
R=57.14%
G=29.67%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52271200.480.770.8022.562.512.55
Hex341BC0304D50163ed
Octal643314060115120267615
Binary110100110111100011000010011011010000101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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