#3A1D0A

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

Shades of Brown Pod #3A1D0A

Tints of Brown Pod #3A1D0A

Color information

#3A1D0A (or 0x3A1D0A) is unknown color: approx Brown Pod. HEX triplet: 3A, 1D and 0A. RGB value is (58,29,10). Sum of RGB (Red+Green+Blue) = 58+29+10=97 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.79% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1D0A is #C5E2F5. Grayscale: #232323. Windows color (decimal): -12968694 or 662842. OLE color: 662842.

HSL color Cylindrical-coordinate representation of color #3A1D0A: hue angle of 23.75º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1D0A is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.77.

Color convert

RGB582910-
CMYK00.50.830.77
HSL23.75º70.59%13.33%-
HSV(B)23.75º82.76%22.75%-
XYZ2.241.80.52-
YUV35.5113.61144.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 59.79%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=59.79%
G=29.90%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58291000.50.830.7723.7570.5913.33
Hex3A1DA032534D1847d
Octal7235120621231153010715
Binary1110101110110100110010101001110011011100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,29,10); }

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

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

 a { background-color: rgb(58,29,10); }

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

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

 span { border-color: rgb(58,29,10); }

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