#3D1203

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

Shades of Seal Brown #3D1203

Tints of Seal Brown #3D1203

Color information

#3D1203 (or 0x3D1203) is unknown color: approx Seal Brown. HEX triplet: 3D, 12 and 03. RGB value is (61,18,3). Sum of RGB (Red+Green+Blue) = 61+18+3=82 (10% of max value = 765). Red value is 61 (24.22% from 255 or 74.39% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1203 is #C2EDFC. Grayscale: #1D1D1D. Windows color (decimal): -12774909 or 201277. OLE color: 201277.

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

Color convert

RGB61183-
CMYK00.700.950.76
HSL15.52º90.62%12.55%-
HSV(B)15.52º95.08%23.92%-
XYZ2.161.430.25-
YUV29.15113.25150.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 74.39%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 3 (1.56% from 255) = 3.66%
R=74.39%
G=21.95%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6118300.700.950.7615.5290.6212.55
Hex3D1230465F4C105bd
Octal7522301061371142013315
Binary111101100101101000110101111110011001000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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