#3A251E

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

Shades of Brown Pod #3A251E

Tints of Brown Pod #3A251E

Color information

#3A251E (or 0x3A251E) is unknown color: approx Brown Pod. HEX triplet: 3A, 25 and 1E. RGB value is (58,37,30). Sum of RGB (Red+Green+Blue) = 58+37+30=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A251E is #C5DAE1. Grayscale: #2A2A2A. Windows color (decimal): -12966626 or 1975610. OLE color: 1975610.

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

Color convert

RGB583730-
CMYK00.360.480.77
HSL15º31.82%17.25%-
HSV(B)15º48.28%22.75%-
XYZ2.642.321.54-
YUV42.48120.96139.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.4%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 30 (12.11% from 255) = 24%
R=46.4%
G=29.6%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58373000.360.480.771531.8217.25
Hex3A251E024304Df2011
Octal72453604460115174021
Binary1110101001011111001001001100001001101111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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