#3D110F

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

Shades of Seal Brown #3D110F

Tints of Seal Brown #3D110F

Color information

#3D110F (or 0x3D110F) is unknown color: approx Seal Brown. HEX triplet: 3D, 11 and 0F. RGB value is (61,17,15). Sum of RGB (Red+Green+Blue) = 61+17+15=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D110F is #C2EEF0. Grayscale: #1D1D1D. Windows color (decimal): -12775153 or 987453. OLE color: 987453.

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

Color convert

RGB611715-
CMYK00.720.750.76
HSL2.61º60.53%14.9%-
HSV(B)2.61º75.41%23.92%-
XYZ2.211.430.61-
YUV29.93119.58150.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 65.59%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=65.59%
G=18.28%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61171500.720.750.762.6160.5314.9
Hex3D11F0484B4C33df
Octal752117011011311437517
Binary1111011000111110100100010010111001100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,17,15); }

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

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

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

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

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

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

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