#3A0901

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

Shades of Seal Brown #3A0901

Tints of Seal Brown #3A0901

Color information

#3A0901 (or 0x3A0901) is unknown color: approx Seal Brown. HEX triplet: 3A, 09 and 01. RGB value is (58,9,1). Sum of RGB (Red+Green+Blue) = 58+9+1=68 (9% of max value = 765). Red value is 58 (23.05% from 255 or 85.29% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0901 is #C5F6FE. Grayscale: #161616. Windows color (decimal): -12973823 or 67898. OLE color: 67898.

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

Color convert

RGB5891-
CMYK00.840.980.77
HSL8.42º96.61%11.57%-
HSV(B)8.42º98.28%22.75%-
XYZ1.851.10.14-
YUV22.74115.73153.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 85.29%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=85.29%
G=13.24%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal589100.840.980.778.4296.6111.57
Hex3A91054624D861c
Octal7211101241421151014114
Binary111010100110101010011000101001101100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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