#3D1103

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

Shades of Seal Brown #3D1103

Tints of Seal Brown #3D1103

Color information

#3D1103 (or 0x3D1103) is unknown color: approx Seal Brown. HEX triplet: 3D, 11 and 03. RGB value is (61,17,3). Sum of RGB (Red+Green+Blue) = 61+17+3=81 (10% of max value = 765). Red value is 61 (24.22% from 255 or 75.31% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1103 is #C2EEFC. Grayscale: #1C1C1C. Windows color (decimal): -12775165 or 201021. OLE color: 201021.

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

Color convert

RGB61173-
CMYK00.720.950.76
HSL14.48º90.62%12.55%-
HSV(B)14.48º95.08%23.92%-
XYZ2.141.40.24-
YUV28.56113.58151.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 75.31%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 3 (1.56% from 255) = 3.70%
R=75.31%
G=20.99%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6117300.720.950.7614.4890.6212.55
Hex3D1130485F4Ce5bd
Octal7521301101371141613315
Binary11110110001110100100010111111001100111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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