#3D1919

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

Shades of Seal Brown #3D1919

Tints of Seal Brown #3D1919

Color information

#3D1919 (or 0x3D1919) is unknown color: approx Seal Brown. HEX triplet: 3D, 19 and 19. RGB value is (61,25,25). Sum of RGB (Red+Green+Blue) = 61+25+25=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1919 is #C2E6E6. Grayscale: #232323. Windows color (decimal): -12773095 or 1644861. OLE color: 1644861.

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

Color convert

RGB612525-
CMYK00.590.590.76
HSL41.86%16.86%-
HSV(B)59.02%23.92%-
XYZ2.451.761.13-
YUV35.76121.93146-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.95%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=54.95%
G=22.52%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61252500.590.590.76041.8616.86
Hex3D191903B3B4C02a11
Octal7531310737311405221
Binary111101110011100101110111110111001100010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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