#451710

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

Shades of Seal Brown #451710

Tints of Seal Brown #451710

Color information

#451710 (or 0x451710) is unknown color: approx Seal Brown. HEX triplet: 45, 17 and 10. RGB value is (69,23,16). Sum of RGB (Red+Green+Blue) = 69+23+16=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #451710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451710 is #BAE8EF. Grayscale: #242424. Windows color (decimal): -12249328 or 1054533. OLE color: 1054533.

HSL color Cylindrical-coordinate representation of color #451710: hue angle of 7.92º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #451710 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB692316-
CMYK00.670.770.73
HSL7.92º62.35%16.67%-
HSV(B)7.92º76.81%27.06%-
XYZ2.851.920.71-
YUV35.96116.74151.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.89%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=63.89%
G=21.30%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69231600.670.770.737.9262.3516.67
Hex4517100434D4983e11
Octal10527200103115111107621
Binary100010110111100000100001110011011001001100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451710; }

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

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

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

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

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

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

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

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