#3A0301

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

Shades of Seal Brown #3A0301

Tints of Seal Brown #3A0301

Color information

#3A0301 (or 0x3A0301) is unknown color: approx Seal Brown. HEX triplet: 3A, 03 and 01. RGB value is (58,3,1). Sum of RGB (Red+Green+Blue) = 58+3+1=62 (8% of max value = 765). Red value is 58 (23.05% from 255 or 93.55% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0301 is #C5FCFE. Grayscale: #131313. Windows color (decimal): -12975359 or 66362. OLE color: 66362.

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

Color convert

RGB5831-
CMYK00.950.980.77
HSL2.11º96.61%11.57%-
HSV(B)2.11º98.28%22.75%-
XYZ1.780.970.12-
YUV19.22117.72155.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 93.55%
GREEN value IS 3 (1.56% from 255) = 4.84%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=93.55%
G=4.84%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal583100.950.980.772.1196.6111.57
Hex3A3105F624D261c
Octal72310137142115214114
Binary11101011101011111110001010011011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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