#341F1C

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

Shades of Brown Pod #341F1C

Tints of Brown Pod #341F1C

Color information

#341F1C (or 0x341F1C) is unknown color: approx Brown Pod. HEX triplet: 34, 1F and 1C. RGB value is (52,31,28). Sum of RGB (Red+Green+Blue) = 52+31+28=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #341F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F1C is #CBE0E3. Grayscale: #242424. Windows color (decimal): -13361380 or 1842996. OLE color: 1842996.

HSL color Cylindrical-coordinate representation of color #341F1C: hue angle of 7.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341F1C is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB523128-
CMYK00.400.460.80
HSL7.5º30%15.69%-
HSV(B)7.5º46.15%20.39%-
XYZ2.121.791.33-
YUV36.94122.96138.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=46.85%
G=27.93%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52312800.400.460.807.53015.69
Hex341F1C0282E5081e10
Octal64373405056120103620
Binary11010011111111000101000101110101000010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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