#3A0805

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

Shades of Seal Brown #3A0805

Tints of Seal Brown #3A0805

Color information

#3A0805 (or 0x3A0805) is unknown color: approx Seal Brown. HEX triplet: 3A, 08 and 05. RGB value is (58,8,5). Sum of RGB (Red+Green+Blue) = 58+8+5=71 (9% of max value = 765). Red value is 58 (23.05% from 255 or 81.69% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0805 is #C5F7FA. Grayscale: #161616. Windows color (decimal): -12974075 or 329786. OLE color: 329786.

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

Color convert

RGB5885-
CMYK00.860.910.77
HSL3.4º84.13%12.35%-
HSV(B)3.4º91.38%22.75%-
XYZ1.861.080.25-
YUV22.61118.06153.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 81.69%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 5 (2.34% from 255) = 7.04%
R=81.69%
G=11.27%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal588500.860.910.773.484.1312.35
Hex3A850565B4D354c
Octal721050126133115312414
Binary111010100010101010110101101110011011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,8,5); }

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

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

 a { background-color: rgb(58,8,5); }

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

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

 span { border-color: rgb(58,8,5); }

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