#451410

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

Shades of Seal Brown #451410

Tints of Seal Brown #451410

Color information

#451410 (or 0x451410) is unknown color: approx Seal Brown. HEX triplet: 45, 14 and 10. RGB value is (69,20,16). Sum of RGB (Red+Green+Blue) = 69+20+16=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #451410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451410 is #BAEBEF. Grayscale: #222222. Windows color (decimal): -12250096 or 1053765. OLE color: 1053765.

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

Color convert

RGB692016-
CMYK00.710.770.73
HSL4.53º62.35%16.67%-
HSV(B)4.53º76.81%27.06%-
XYZ2.81.80.69-
YUV34.19117.73152.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.71%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=65.71%
G=19.05%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69201600.710.770.734.5362.3516.67
Hex4514100474D4953e11
Octal1052420010711511157621
Binary10001011010010000010001111001101100100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451410; }

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

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

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

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

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

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

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

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