#41140A

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

Shades of Seal Brown #41140A

Tints of Seal Brown #41140A

Color information

#41140A (or 0x41140A) is unknown color: approx Seal Brown. HEX triplet: 41, 14 and 0A. RGB value is (65,20,10). Sum of RGB (Red+Green+Blue) = 65+20+10=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #41140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41140A is #BEEBF5. Grayscale: #202020. Windows color (decimal): -12512246 or 660545. OLE color: 660545.

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

Color convert

RGB652010-
CMYK00.690.850.75
HSL10.91º73.33%14.71%-
HSV(B)10.91º84.62%25.49%-
XYZ2.481.650.47-
YUV32.32115.41151.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 68.42%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 10 (4.30% from 255) = 10.53%
R=68.42%
G=21.05%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65201000.690.850.7510.9173.3314.71
Hex4114A045554Bb49f
Octal101241201051251131311117
Binary10000011010010100100010110101011001011101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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