#41140B

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

Shades of Seal Brown #41140B

Tints of Seal Brown #41140B

Color information

#41140B (or 0x41140B) is unknown color: approx Seal Brown. HEX triplet: 41, 14 and 0B. RGB value is (65,20,11). Sum of RGB (Red+Green+Blue) = 65+20+11=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41140B is #BEEBF4. Grayscale: #202020. Windows color (decimal): -12512245 or 726081. OLE color: 726081.

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

Color convert

RGB652011-
CMYK00.690.830.75
HSL10º71.05%14.9%-
HSV(B)10º83.08%25.49%-
XYZ2.491.650.5-
YUV32.43115.91151.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=67.71%
G=20.83%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65201100.690.830.751071.0514.9
Hex4114B045534Ba47f
Octal101241301051231131210717
Binary10000011010010110100010110100111001011101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41140B; }

 p { color: rgb(65,20,11); }

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

<style>
 a { background-color: #41140B; }

 a { background-color: rgb(65,20,11); }

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

<style>
 span { border-color: #41140B; }

 span { border-color: rgb(65,20,11); }

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