#451001

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

Shades of Seal Brown #451001

Tints of Seal Brown #451001

Color information

#451001 (or 0x451001) is unknown color: approx Seal Brown. HEX triplet: 45, 10 and 01. RGB value is (69,16,1). Sum of RGB (Red+Green+Blue) = 69+16+1=86 (11% of max value = 765). Red value is 69 (27.34% from 255 or 80.23% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 69 - color contains mainly: red. Hex color #451001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451001 is #BAEFFE. Grayscale: #1E1E1E. Windows color (decimal): -12251135 or 69701. OLE color: 69701.

HSL color Cylindrical-coordinate representation of color #451001: hue angle of 13.24º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #451001 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB69161-
CMYK00.770.990.73
HSL13.24º97.14%13.73%-
HSV(B)13.24º98.55%27.06%-
XYZ2.651.640.21-
YUV30.14111.56155.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 80.23%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=80.23%
G=18.60%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6916100.770.990.7313.2497.1413.73
Hex4510104D6349d61e
Octal10520101151431111514116
Binary10001011000010100110111000111001001110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451001; }

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

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

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

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

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

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

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

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