#41120D

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

Shades of Seal Brown #41120D

Tints of Seal Brown #41120D

Color information

#41120D (or 0x41120D) is unknown color: approx Seal Brown. HEX triplet: 41, 12 and 0D. RGB value is (65,18,13). Sum of RGB (Red+Green+Blue) = 65+18+13=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41120D is #BEEDF2. Grayscale: #1F1F1F. Windows color (decimal): -12512755 or 856641. OLE color: 856641.

HSL color Cylindrical-coordinate representation of color #41120D: hue angle of 5.77º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41120D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB651813-
CMYK00.720.800.75
HSL5.77º66.67%15.29%-
HSV(B)5.77º80%25.49%-
XYZ2.471.590.56-
YUV31.48117.57151.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=67.71%
G=18.75%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65181300.720.800.755.7766.6715.29
Hex4112D048504B643f
Octal10122150110120113610317
Binary1000001100101101010010001010000100101111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41120D; }

 p { color: rgb(65,18,13); }

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

<style>
 a { background-color: #41120D; }

 a { background-color: rgb(65,18,13); }

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

<style>
 span { border-color: #41120D; }

 span { border-color: rgb(65,18,13); }

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