#401710

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

Shades of Seal Brown #401710

Tints of Seal Brown #401710

Color information

#401710 (or 0x401710) is unknown color: approx Seal Brown. HEX triplet: 40, 17 and 10. RGB value is (64,23,16). Sum of RGB (Red+Green+Blue) = 64+23+16=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401710 is #BFE8EF. Grayscale: #222222. Windows color (decimal): -12577008 or 1054528. OLE color: 1054528.

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

Color convert

RGB642316-
CMYK00.640.750.75
HSL8.75º60%15.69%-
HSV(B)8.75º75%25.1%-
XYZ2.511.740.69-
YUV34.46117.58149.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=62.14%
G=22.33%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64231600.640.750.758.756015.69
Hex4017100404B4B93c10
Octal10027200100113113117420
Binary100000010111100000100000010010111001011100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401710; }

 p { color: rgb(64,23,16); }

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

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

 a { background-color: rgb(64,23,16); }

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

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

 span { border-color: rgb(64,23,16); }

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