#3A1C0F

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

Shades of Brown Pod #3A1C0F

Tints of Brown Pod #3A1C0F

Color information

#3A1C0F (or 0x3A1C0F) is unknown color: approx Brown Pod. HEX triplet: 3A, 1C and 0F. RGB value is (58,28,15). Sum of RGB (Red+Green+Blue) = 58+28+15=101 (13% of max value = 765). Red value is 58 (23.05% from 255 or 57.43% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1C0F is #C5E3F0. Grayscale: #232323. Windows color (decimal): -12968945 or 990266. OLE color: 990266.

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

Color convert

RGB582815-
CMYK00.520.740.77
HSL18.14º58.9%14.31%-
HSV(B)18.14º74.14%22.75%-
XYZ2.251.760.67-
YUV35.49116.44144.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 57.43%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=57.43%
G=27.72%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58281500.520.740.7718.1458.914.31
Hex3A1CF0344A4D123be
Octal723417064112115227316
Binary111010111001111011010010010101001101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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