#451515

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

Shades of Seal Brown #451515

Tints of Seal Brown #451515

Color information

#451515 (or 0x451515) is unknown color: approx Seal Brown. HEX triplet: 45, 15 and 15. RGB value is (69,21,21). Sum of RGB (Red+Green+Blue) = 69+21+21=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #451515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451515 is #BAEAEA. Grayscale: #232323. Windows color (decimal): -12249835 or 1381701. OLE color: 1381701.

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

Color convert

RGB692121-
CMYK00.700.700.73
HSL53.33%17.65%-
HSV(B)69.57%27.06%-
XYZ2.861.860.92-
YUV35.35119.9152-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.16%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=62.16%
G=18.92%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69212100.700.700.73053.3317.65
Hex451515046464903512
Octal1052525010610611106522
Binary100010110101101010100011010001101001001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451515; }

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

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

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

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

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

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

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

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