#3A0B05

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

Shades of Seal Brown #3A0B05

Tints of Seal Brown #3A0B05

Color information

#3A0B05 (or 0x3A0B05) is unknown color: approx Seal Brown. HEX triplet: 3A, 0B and 05. RGB value is (58,11,5). Sum of RGB (Red+Green+Blue) = 58+11+5=74 (9% of max value = 765). Red value is 58 (23.05% from 255 or 78.38% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0B05 is #C5F4FA. Grayscale: #181818. Windows color (decimal): -12973307 or 330554. OLE color: 330554.

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

Color convert

RGB58115-
CMYK00.810.910.77
HSL6.79º84.13%12.35%-
HSV(B)6.79º91.38%22.75%-
XYZ1.891.150.27-
YUV24.37117.07151.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 78.38%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 5 (2.34% from 255) = 6.76%
R=78.38%
G=14.86%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5811500.810.910.776.7984.1312.35
Hex3AB50515B4D754c
Octal721350121133115712414
Binary1110101011101010100011011011100110111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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