#341C0D

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

Shades of Brown Pod #341C0D

Tints of Brown Pod #341C0D

Color information

#341C0D (or 0x341C0D) is unknown color: approx Brown Pod. HEX triplet: 34, 1C and 0D. RGB value is (52,28,13). Sum of RGB (Red+Green+Blue) = 52+28+13=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #341C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C0D is #CBE3F2. Grayscale: #212121. Windows color (decimal): -13362163 or 859188. OLE color: 859188.

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

Color convert

RGB522813-
CMYK00.460.750.80
HSL23.08º60%12.75%-
HSV(B)23.08º75%20.39%-
XYZ1.91.590.59-
YUV33.47116.45141.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.91%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=55.91%
G=30.11%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52281300.460.750.8023.086012.75
Hex341CD02E4B50173cd
Octal643415056113120277415
Binary110100111001101010111010010111010000101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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