#411510

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

Shades of Seal Brown #411510

Tints of Seal Brown #411510

Color information

#411510 (or 0x411510) is unknown color: approx Seal Brown. HEX triplet: 41, 15 and 10. RGB value is (65,21,16). Sum of RGB (Red+Green+Blue) = 65+21+16=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #411510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411510 is #BEEAEF. Grayscale: #212121. Windows color (decimal): -12511984 or 1054017. OLE color: 1054017.

HSL color Cylindrical-coordinate representation of color #411510: hue angle of 6.12º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411510 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB652116-
CMYK00.680.750.75
HSL6.12º60.49%15.88%-
HSV(B)6.12º75.38%25.49%-
XYZ2.541.70.68-
YUV33.59118.08150.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=63.73%
G=20.59%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65211600.680.750.756.1260.4915.88
Hex4115100444B4B63c10
Octal1012520010411311367420
Binary10000011010110000010001001001011100101111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411510; }

 p { color: rgb(65,21,16); }

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

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

 a { background-color: rgb(65,21,16); }

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

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

 span { border-color: rgb(65,21,16); }

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