#3A1610

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

Shades of Seal Brown #3A1610

Tints of Seal Brown #3A1610

Color information

#3A1610 (or 0x3A1610) is unknown color: approx Seal Brown. HEX triplet: 3A, 16 and 10. RGB value is (58,22,16). Sum of RGB (Red+Green+Blue) = 58+22+16=96 (12% of max value = 765). Red value is 58 (23.05% from 255 or 60.42% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1610 is #C5E9EF. Grayscale: #202020. Windows color (decimal): -12970480 or 1054266. OLE color: 1054266.

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

Color convert

RGB582216-
CMYK00.620.720.77
HSL8.57º56.76%14.51%-
HSV(B)8.57º72.41%22.75%-
XYZ2.131.510.67-
YUV32.08118.93146.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 60.42%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 16 (6.64% from 255) = 16.67%
R=60.42%
G=22.92%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58221600.620.720.778.5756.7614.51
Hex3A161003E484D939f
Octal722620076110115117117
Binary111010101101000001111101001000100110110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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