#3D1111

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

Shades of Seal Brown #3D1111

Tints of Seal Brown #3D1111

Color information

#3D1111 (or 0x3D1111) is unknown color: approx Seal Brown. HEX triplet: 3D, 11 and 11. RGB value is (61,17,17). Sum of RGB (Red+Green+Blue) = 61+17+17=95 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.21% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1111 is #C2EEEE. Grayscale: #1E1E1E. Windows color (decimal): -12775151 or 1118525. OLE color: 1118525.

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

Color convert

RGB611717-
CMYK00.720.720.76
HSL56.41%15.29%-
HSV(B)72.13%23.92%-
XYZ2.231.430.69-
YUV30.16120.58150-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 64.21%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=64.21%
G=17.89%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61171700.720.720.76056.4115.29
Hex3D1111048484C038f
Octal752121011011011407017
Binary1111011000110001010010001001000100110001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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