#3A1C14

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

Shades of Brown Pod #3A1C14

Tints of Brown Pod #3A1C14

Color information

#3A1C14 (or 0x3A1C14) is unknown color: approx Brown Pod. HEX triplet: 3A, 1C and 14. RGB value is (58,28,20). Sum of RGB (Red+Green+Blue) = 58+28+20=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1C14 is #C5E3EB. Grayscale: #242424. Windows color (decimal): -12968940 or 1317946. OLE color: 1317946.

HSL color Cylindrical-coordinate representation of color #3A1C14: hue angle of 12.63º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1C14 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB582820-
CMYK00.520.660.77
HSL12.63º48.72%15.29%-
HSV(B)12.63º65.52%22.75%-
XYZ2.291.780.88-
YUV36.06118.94143.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 54.72%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=54.72%
G=26.42%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58282000.520.660.7712.6348.7215.29
Hex3A1C14034424Dd31f
Octal723424064102115156117
Binary111010111001010001101001000010100110111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1C14; }

 p { color: rgb(58,28,20); }

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

<style>
 a { background-color: #3A1C14; }

 a { background-color: rgb(58,28,20); }

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

<style>
 span { border-color: #3A1C14; }

 span { border-color: rgb(58,28,20); }

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