#3D1916

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

Shades of Seal Brown #3D1916

Tints of Seal Brown #3D1916

Color information

#3D1916 (or 0x3D1916) is unknown color: approx Seal Brown. HEX triplet: 3D, 19 and 16. RGB value is (61,25,22). Sum of RGB (Red+Green+Blue) = 61+25+22=108 (14% of max value = 765). Red value is 61 (24.22% from 255 or 56.48% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1916 is #C2E6E9. Grayscale: #232323. Windows color (decimal): -12773098 or 1448253. OLE color: 1448253.

HSL color Cylindrical-coordinate representation of color #3D1916: hue angle of 4.62º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D1916 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.76.

Color convert

RGB612522-
CMYK00.590.640.76
HSL4.62º46.99%16.27%-
HSV(B)4.62º63.93%23.92%-
XYZ2.421.750.97-
YUV35.42120.43146.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 56.48%
GREEN value IS 25 (10.16% from 255) = 23.15%
BLUE value IS 22 (8.98% from 255) = 20.37%
R=56.48%
G=23.15%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61252200.590.640.764.6246.9916.27
Hex3D191603B404C52f10
Octal75312607310011455720
Binary111101110011011001110111000000100110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,25,22); }

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

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

 a { background-color: rgb(61,25,22); }

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

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

 span { border-color: rgb(61,25,22); }

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