#3A1F18

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

Shades of Brown Pod #3A1F18

Tints of Brown Pod #3A1F18

Color information

#3A1F18 (or 0x3A1F18) is unknown color: approx Brown Pod. HEX triplet: 3A, 1F and 18. RGB value is (58,31,24). Sum of RGB (Red+Green+Blue) = 58+31+24=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1F18 is #C5E0E7. Grayscale: #262626. Windows color (decimal): -12968168 or 1580858. OLE color: 1580858.

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

Color convert

RGB583124-
CMYK00.470.590.77
HSL12.35º41.46%16.08%-
HSV(B)12.35º58.62%22.75%-
XYZ2.41.951.11-
YUV38.28119.95142.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 51.33%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=51.33%
G=27.43%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58312400.470.590.7712.3541.4616.08
Hex3A1F1802F3B4Dc2910
Octal72373005773115145120
Binary111010111111100001011111110111001101110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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