#451715

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

Shades of Seal Brown #451715

Tints of Seal Brown #451715

Color information

#451715 (or 0x451715) is unknown color: approx Seal Brown. HEX triplet: 45, 17 and 15. RGB value is (69,23,21). Sum of RGB (Red+Green+Blue) = 69+23+21=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #451715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451715 is #BAE8EA. Grayscale: #242424. Windows color (decimal): -12249323 or 1382213. OLE color: 1382213.

HSL color Cylindrical-coordinate representation of color #451715: hue angle of 2.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451715 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB692321-
CMYK00.670.700.73
HSL2.5º53.33%17.65%-
HSV(B)2.5º69.57%27.06%-
XYZ2.91.930.93-
YUV36.53119.24151.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.06%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=61.06%
G=20.35%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69232100.670.700.732.553.3317.65
Hex451715043464933512
Octal1052725010310611136522
Binary1000101101111010101000011100011010010011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451715; }

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

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

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

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

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

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

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

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