#3A2418

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

Shades of Brown Pod #3A2418

Tints of Brown Pod #3A2418

Color information

#3A2418 (or 0x3A2418) is unknown color: approx Brown Pod. HEX triplet: 3A, 24 and 18. RGB value is (58,36,24). Sum of RGB (Red+Green+Blue) = 58+36+24=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2418 is #C5DBE7. Grayscale: #292929. Windows color (decimal): -12966888 or 1582138. OLE color: 1582138.

HSL color Cylindrical-coordinate representation of color #3A2418: hue angle of 21.18º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A2418 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB583624-
CMYK00.380.590.77
HSL21.18º41.46%16.08%-
HSV(B)21.18º58.62%22.75%-
XYZ2.542.231.16-
YUV41.21118.29139.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 49.15%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 24 (9.77% from 255) = 20.34%
R=49.15%
G=30.51%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58362400.380.590.7721.1841.4616.08
Hex3A24180263B4D152910
Octal72443004673115255120
Binary11101010010011000010011011101110011011010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,36,24); }

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

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

 a { background-color: rgb(58,36,24); }

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

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

 span { border-color: rgb(58,36,24); }

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