#3A1201

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

Shades of Brown Pod #3A1201

Tints of Brown Pod #3A1201

Color information

#3A1201 (or 0x3A1201) is unknown color: approx Brown Pod. HEX triplet: 3A, 12 and 01. RGB value is (58,18,1). Sum of RGB (Red+Green+Blue) = 58+18+1=77 (10% of max value = 765). Red value is 58 (23.05% from 255 or 75.32% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1201 is #C5EDFE. Grayscale: #1C1C1C. Windows color (decimal): -12971519 or 70202. OLE color: 70202.

HSL color Cylindrical-coordinate representation of color #3A1201: hue angle of 17.89º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A1201 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB58181-
CMYK00.690.980.77
HSL17.89º96.61%11.57%-
HSV(B)17.89º98.28%22.75%-
XYZ1.971.330.18-
YUV28.02112.75149.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 75.32%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 1 (0.78% from 255) = 1.30%
R=75.32%
G=23.38%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5818100.690.980.7717.8996.6111.57
Hex3A121045624D1261c
Octal7222101051421152214114
Binary11101010010101000101110001010011011001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,18,1); }

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

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

 a { background-color: rgb(58,18,1); }

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

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

 span { border-color: rgb(58,18,1); }

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