#3A241E

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

Shades of Brown Pod #3A241E

Tints of Brown Pod #3A241E

Color information

#3A241E (or 0x3A241E) is unknown color: approx Brown Pod. HEX triplet: 3A, 24 and 1E. RGB value is (58,36,30). Sum of RGB (Red+Green+Blue) = 58+36+30=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A241E is #C5DBE1. Grayscale: #292929. Windows color (decimal): -12966882 or 1975354. OLE color: 1975354.

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

Color convert

RGB583630-
CMYK00.380.480.77
HSL12.86º31.82%17.25%-
HSV(B)12.86º48.28%22.75%-
XYZ2.612.261.53-
YUV41.89121.29139.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=46.77%
G=29.03%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58363000.380.480.7712.8631.8217.25
Hex3A241E026304Dd2011
Octal72443604660115154021
Binary1110101001001111001001101100001001101110110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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