#41100D

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

Shades of Seal Brown #41100D

Tints of Seal Brown #41100D

Color information

#41100D (or 0x41100D) is unknown color: approx Seal Brown. HEX triplet: 41, 10 and 0D. RGB value is (65,16,13). Sum of RGB (Red+Green+Blue) = 65+16+13=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #41100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41100D is #BEEFF2. Grayscale: #1E1E1E. Windows color (decimal): -12513267 or 856129. OLE color: 856129.

HSL color Cylindrical-coordinate representation of color #41100D: hue angle of 3.46º 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 #41100D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB651613-
CMYK00.750.800.75
HSL3.46º66.67%15.29%-
HSV(B)3.46º80%25.49%-
XYZ2.441.520.55-
YUV30.31118.23152.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=69.15%
G=17.02%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65161300.750.800.753.4666.6715.29
Hex4110D04B504B343f
Octal10120150113120113310317
Binary100000110000110101001011101000010010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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