#451A1A

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

Shades of Seal Brown #451A1A

Tints of Seal Brown #451A1A

Color information

#451A1A (or 0x451A1A) is unknown color: approx Seal Brown. HEX triplet: 45, 1A and 1A. RGB value is (69,26,26). Sum of RGB (Red+Green+Blue) = 69+26+26=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #451A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A1A is #BAE5E5. Grayscale: #262626. Windows color (decimal): -12248550 or 1710661. OLE color: 1710661.

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

Color convert

RGB692626-
CMYK00.620.620.73
HSL45.26%18.63%-
HSV(B)62.32%27.06%-
XYZ3.012.081.22-
YUV38.86120.75149.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.02%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=57.02%
G=21.49%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69262600.620.620.73045.2618.63
Hex451A1A03E3E4902d13
Octal10532320767611105523
Binary1000101110101101001111101111101001001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451A1A; }

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

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

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

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

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

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

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

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