#41130A

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

Shades of Seal Brown #41130A

Tints of Seal Brown #41130A

Color information

#41130A (or 0x41130A) is unknown color: approx Seal Brown. HEX triplet: 41, 13 and 0A. RGB value is (65,19,10). Sum of RGB (Red+Green+Blue) = 65+19+10=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #41130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41130A is #BEECF5. Grayscale: #1F1F1F. Windows color (decimal): -12512502 or 660289. OLE color: 660289.

HSL color Cylindrical-coordinate representation of color #41130A: hue angle of 9.82º 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 #41130A is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB651910-
CMYK00.710.850.75
HSL9.82º73.33%14.71%-
HSV(B)9.82º84.62%25.49%-
XYZ2.471.610.47-
YUV31.73115.74151.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 10 (4.30% from 255) = 10.64%
R=69.15%
G=20.21%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65191000.710.850.759.8273.3314.71
Hex4113A047554Ba49f
Octal101231201071251131211117
Binary10000011001110100100011110101011001011101010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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