#41110A

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

Shades of Seal Brown #41110A

Tints of Seal Brown #41110A

Color information

#41110A (or 0x41110A) is unknown color: approx Seal Brown. HEX triplet: 41, 11 and 0A. RGB value is (65,17,10). Sum of RGB (Red+Green+Blue) = 65+17+10=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #41110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41110A is #BEEEF5. Grayscale: #1E1E1E. Windows color (decimal): -12513014 or 659777. OLE color: 659777.

HSL color Cylindrical-coordinate representation of color #41110A: hue angle of 7.64º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41110A is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB651710-
CMYK00.740.850.75
HSL7.64º73.33%14.71%-
HSV(B)7.64º84.62%25.49%-
XYZ2.441.550.46-
YUV30.55116.4152.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 70.65%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 10 (4.30% from 255) = 10.87%
R=70.65%
G=18.48%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65171000.740.850.757.6473.3314.71
Hex4111A04A554B849f
Octal101211201121251131011117
Binary10000011000110100100101010101011001011100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41110A; }

 p { color: rgb(65,17,10); }

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

<style>
 a { background-color: #41110A; }

 a { background-color: rgb(65,17,10); }

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

<style>
 span { border-color: #41110A; }

 span { border-color: rgb(65,17,10); }

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