#3D110C

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

Shades of Seal Brown #3D110C

Tints of Seal Brown #3D110C

Color information

#3D110C (or 0x3D110C) is unknown color: approx Seal Brown. HEX triplet: 3D, 11 and 0C. RGB value is (61,17,12). Sum of RGB (Red+Green+Blue) = 61+17+12=90 (11% of max value = 765). Red value is 61 (24.22% from 255 or 67.78% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 61 - color contains mainly: red. Hex color #3D110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D110C is #C2EEF3. Grayscale: #1D1D1D. Windows color (decimal): -12775156 or 790845. OLE color: 790845.

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

Color convert

RGB611712-
CMYK00.720.800.76
HSL6.12º67.12%14.31%-
HSV(B)6.12º80.33%23.92%-
XYZ2.191.420.51-
YUV29.59118.08150.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 67.78%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 12 (5.08% from 255) = 13.33%
R=67.78%
G=18.89%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61171200.720.800.766.1267.1214.31
Hex3D11C048504C643e
Octal7521140110120114610316
Binary111101100011100010010001010000100110011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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