#3D1104

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

Shades of Seal Brown #3D1104

Tints of Seal Brown #3D1104

Color information

#3D1104 (or 0x3D1104) is unknown color: approx Seal Brown. HEX triplet: 3D, 11 and 04. RGB value is (61,17,4). Sum of RGB (Red+Green+Blue) = 61+17+4=82 (10% of max value = 765). Red value is 61 (24.22% from 255 or 74.39% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1104 is #C2EEFB. Grayscale: #1C1C1C. Windows color (decimal): -12775164 or 266557. OLE color: 266557.

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

Color convert

RGB61174-
CMYK00.720.930.76
HSL13.68º87.69%12.75%-
HSV(B)13.68º93.44%23.92%-
XYZ2.151.40.27-
YUV28.67114.08151.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 74.39%
GREEN value IS 17 (7.03% from 255) = 20.73%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=74.39%
G=20.73%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6117400.720.930.7613.6887.6912.75
Hex3D1140485D4Ce58d
Octal7521401101351141613015
Binary111101100011000100100010111011001100111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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