#3D1514

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

Shades of Seal Brown #3D1514

Tints of Seal Brown #3D1514

Color information

#3D1514 (or 0x3D1514) is unknown color: approx Seal Brown. HEX triplet: 3D, 15 and 14. RGB value is (61,21,20). Sum of RGB (Red+Green+Blue) = 61+21+20=102 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.80% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1514 is #C2EAEB. Grayscale: #202020. Windows color (decimal): -12774124 or 1316157. OLE color: 1316157.

HSL color Cylindrical-coordinate representation of color #3D1514: hue angle of 1.46º 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 #3D1514 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB612120-
CMYK00.660.670.76
HSL1.46º50.62%15.88%-
HSV(B)1.46º67.21%23.92%-
XYZ2.321.580.84-
YUV32.85120.75148.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 59.80%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=59.80%
G=20.59%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61212000.660.670.761.4650.6215.88
Hex3D1514042434C13310
Octal752524010210311416320
Binary11110110101101000100001010000111001100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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