#41140D

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

Shades of Seal Brown #41140D

Tints of Seal Brown #41140D

Color information

#41140D (or 0x41140D) is unknown color: approx Seal Brown. HEX triplet: 41, 14 and 0D. RGB value is (65,20,13). Sum of RGB (Red+Green+Blue) = 65+20+13=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41140D is #BEEBF2. Grayscale: #202020. Windows color (decimal): -12512243 or 857153. OLE color: 857153.

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

Color convert

RGB652013-
CMYK00.690.800.75
HSL8.08º66.67%15.29%-
HSV(B)8.08º80%25.49%-
XYZ2.51.650.57-
YUV32.66116.91151.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=66.33%
G=20.41%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65201300.690.800.758.0866.6715.29
Hex4114D045504B843f
Octal101241501051201131010317
Binary10000011010011010100010110100001001011100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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