#3A1301

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

Shades of Brown Pod #3A1301

Tints of Brown Pod #3A1301

Color information

#3A1301 (or 0x3A1301) is unknown color: approx Brown Pod. HEX triplet: 3A, 13 and 01. RGB value is (58,19,1). Sum of RGB (Red+Green+Blue) = 58+19+1=78 (10% of max value = 765). Red value is 58 (23.05% from 255 or 74.36% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1301 is #C5ECFE. Grayscale: #1C1C1C. Windows color (decimal): -12971263 or 70458. OLE color: 70458.

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

Color convert

RGB58191-
CMYK00.670.980.77
HSL18.95º96.61%11.57%-
HSV(B)18.95º98.28%22.75%-
XYZ1.981.370.19-
YUV28.61112.42148.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 74.36%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=74.36%
G=24.36%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5819100.670.980.7718.9596.6111.57
Hex3A131043624D1361c
Octal7223101031421152314114
Binary11101010011101000011110001010011011001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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