#3D1914

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

Shades of Seal Brown #3D1914

Tints of Seal Brown #3D1914

Color information

#3D1914 (or 0x3D1914) is unknown color: approx Seal Brown. HEX triplet: 3D, 19 and 14. RGB value is (61,25,20). Sum of RGB (Red+Green+Blue) = 61+25+20=106 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.55% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1914 is #C2E6EB. Grayscale: #232323. Windows color (decimal): -12773100 or 1317181. OLE color: 1317181.

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

Color convert

RGB612520-
CMYK00.590.670.76
HSL7.32º50.62%15.88%-
HSV(B)7.32º67.21%23.92%-
XYZ2.41.740.87-
YUV35.19119.43146.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 57.55%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=57.55%
G=23.58%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61252000.590.670.767.3250.6215.88
Hex3D191403B434C73310
Octal75312407310311476320
Binary111101110011010001110111000011100110011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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