#41130E

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

Shades of Seal Brown #41130E

Tints of Seal Brown #41130E

Color information

#41130E (or 0x41130E) is unknown color: approx Seal Brown. HEX triplet: 41, 13 and 0E. RGB value is (65,19,14). Sum of RGB (Red+Green+Blue) = 65+19+14=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41130E is #BEECF1. Grayscale: #202020. Windows color (decimal): -12512498 or 922433. OLE color: 922433.

HSL color Cylindrical-coordinate representation of color #41130E: hue angle of 5.88º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41130E is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB651914-
CMYK00.710.780.75
HSL5.88º64.56%15.49%-
HSV(B)5.88º78.46%25.49%-
XYZ2.491.620.6-
YUV32.18117.74151.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 14 (5.86% from 255) = 14.29%
R=66.33%
G=19.39%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65191400.710.780.755.8864.5615.49
Hex4113E0474E4B641f
Octal10123160107116113610117
Binary1000001100111110010001111001110100101111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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