#3A241C

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

Shades of Brown Pod #3A241C

Tints of Brown Pod #3A241C

Color information

#3A241C (or 0x3A241C) is unknown color: approx Brown Pod. HEX triplet: 3A, 24 and 1C. RGB value is (58,36,28). Sum of RGB (Red+Green+Blue) = 58+36+28=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A241C is #C5DBE3. Grayscale: #292929. Windows color (decimal): -12966884 or 1844282. OLE color: 1844282.

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

Color convert

RGB583628-
CMYK00.380.520.77
HSL16º34.88%16.86%-
HSV(B)16º51.72%22.75%-
XYZ2.592.251.4-
YUV41.67120.29139.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.54%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=47.54%
G=29.51%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58362800.380.520.771634.8816.86
Hex3A241C026344D102311
Octal72443404664115204321
Binary11101010010011100010011011010010011011000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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