#3A1008

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

Shades of Seal Brown #3A1008

Tints of Seal Brown #3A1008

Color information

#3A1008 (or 0x3A1008) is unknown color: approx Seal Brown. HEX triplet: 3A, 10 and 08. RGB value is (58,16,8). Sum of RGB (Red+Green+Blue) = 58+16+8=82 (10% of max value = 765). Red value is 58 (23.05% from 255 or 70.73% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1008 is #C5EFF7. Grayscale: #1B1B1B. Windows color (decimal): -12972024 or 528442. OLE color: 528442.

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

Color convert

RGB58168-
CMYK00.720.860.77
HSL9.6º75.76%12.94%-
HSV(B)9.6º86.21%22.75%-
XYZ1.971.290.37-
YUV27.65116.91149.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 70.73%
GREEN value IS 16 (6.64% from 255) = 19.51%
BLUE value IS 8 (3.52% from 255) = 9.76%
R=70.73%
G=19.51%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5816800.720.860.779.675.7612.94
Hex3A108048564Da4cd
Octal72201001101261151211415
Binary1110101000010000100100010101101001101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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