#341B0D

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

Shades of Brown Pod #341B0D

Tints of Brown Pod #341B0D

Color information

#341B0D (or 0x341B0D) is unknown color: approx Brown Pod. HEX triplet: 34, 1B and 0D. RGB value is (52,27,13). Sum of RGB (Red+Green+Blue) = 52+27+13=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #341B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B0D is #CBE4F2. Grayscale: #202020. Windows color (decimal): -13362419 or 858932. OLE color: 858932.

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

Color convert

RGB522713-
CMYK00.480.750.80
HSL21.54º60%12.75%-
HSV(B)21.54º75%20.39%-
XYZ1.881.540.58-
YUV32.88116.78141.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 56.52%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=56.52%
G=29.35%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52271300.480.750.8021.546012.75
Hex341BD0304B50163cd
Octal643315060113120267415
Binary110100110111101011000010010111010000101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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