#3A261F

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

Shades of Brown Pod #3A261F

Tints of Brown Pod #3A261F

Color information

#3A261F (or 0x3A261F) is unknown color: approx Brown Pod. HEX triplet: 3A, 26 and 1F. RGB value is (58,38,31). Sum of RGB (Red+Green+Blue) = 58+38+31=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A261F is #C5D9E0. Grayscale: #2B2B2B. Windows color (decimal): -12966369 or 2041402. OLE color: 2041402.

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

Color convert

RGB583831-
CMYK00.340.470.77
HSL15.56º30.34%17.45%-
HSV(B)15.56º46.55%22.75%-
XYZ2.692.381.62-
YUV43.18121.13138.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.67%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=45.67%
G=29.92%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58383100.340.470.7715.5630.3417.45
Hex3A261F0222F4D101e11
Octal72463704257115203621
Binary1110101001101111101000101011111001101100001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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