#451010

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

Shades of Seal Brown #451010

Tints of Seal Brown #451010

Color information

#451010 (or 0x451010) is unknown color: approx Seal Brown. HEX triplet: 45, 10 and 10. RGB value is (69,16,16). Sum of RGB (Red+Green+Blue) = 69+16+16=101 (13% of max value = 765). Red value is 69 (27.34% from 255 or 68.32% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 69 - color contains mainly: red. Hex color #451010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451010 is #BAEFEF. Grayscale: #1F1F1F. Windows color (decimal): -12251120 or 1052741. OLE color: 1052741.

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

Color convert

RGB691616-
CMYK00.770.770.73
HSL62.35%16.67%-
HSV(B)76.81%27.06%-
XYZ2.731.670.67-
YUV31.85119.06154.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 68.32%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=68.32%
G=15.84%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69161600.770.770.73062.3516.67
Hex45101004D4D4903e11
Octal1052020011511511107621
Binary100010110000100000100110110011011001001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451010; }

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

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

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

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

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

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

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

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