#3A1B14

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

Shades of Brown Pod #3A1B14

Tints of Brown Pod #3A1B14

Color information

#3A1B14 (or 0x3A1B14) is unknown color: approx Brown Pod. HEX triplet: 3A, 1B and 14. RGB value is (58,27,20). Sum of RGB (Red+Green+Blue) = 58+27+20=105 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.24% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1B14 is #C5E4EB. Grayscale: #232323. Windows color (decimal): -12969196 or 1317690. OLE color: 1317690.

HSL color Cylindrical-coordinate representation of color #3A1B14: hue angle of 11.05º 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 #3A1B14 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB582720-
CMYK00.530.660.77
HSL11.05º48.72%15.29%-
HSV(B)11.05º65.52%22.75%-
XYZ2.261.730.88-
YUV35.47119.27144.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 55.24%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=55.24%
G=25.71%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58272000.530.660.7711.0548.7215.29
Hex3A1B14035424Db31f
Octal723324065102115136117
Binary111010110111010001101011000010100110110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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