#3B0806

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

Shades of Seal Brown #3B0806

Tints of Seal Brown #3B0806

Color information

#3B0806 (or 0x3B0806) is unknown color: approx Seal Brown. HEX triplet: 3B, 08 and 06. RGB value is (59,8,6). Sum of RGB (Red+Green+Blue) = 59+8+6=73 (9% of max value = 765). Red value is 59 (23.44% from 255 or 80.82% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0806 is #C4F7F9. Grayscale: #171717. Windows color (decimal): -12908538 or 395323. OLE color: 395323.

HSL color Cylindrical-coordinate representation of color #3B0806: hue angle of 2.26º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0806 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB5986-
CMYK00.860.900.77
HSL2.26º81.54%12.75%-
HSV(B)2.26º89.83%23.14%-
XYZ1.921.120.29-
YUV23.02118.4153.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 80.82%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=80.82%
G=10.96%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal598600.860.900.772.2681.5412.75
Hex3B860565A4D252d
Octal731060126132115212215
Binary111011100011001010110101101010011011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,8,6); }

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

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

 a { background-color: rgb(59,8,6); }

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

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

 span { border-color: rgb(59,8,6); }

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