#450701

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

Shades of Seal Brown #450701

Tints of Seal Brown #450701

Color information

#450701 (or 0x450701) is unknown color: approx Seal Brown. HEX triplet: 45, 07 and 01. RGB value is (69,7,1). Sum of RGB (Red+Green+Blue) = 69+7+1=77 (10% of max value = 765). Red value is 69 (27.34% from 255 or 89.61% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 69 - color contains mainly: red. Hex color #450701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450701 is #BAF8FE. Grayscale: #181818. Windows color (decimal): -12253439 or 67397. OLE color: 67397.

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

Color convert

RGB6971-
CMYK00.900.990.73
HSL5.29º97.14%13.73%-
HSV(B)5.29º98.55%27.06%-
XYZ2.541.420.17-
YUV24.85114.54159.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 89.61%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 1 (0.78% from 255) = 1.30%
R=89.61%
G=9.09%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal697100.900.990.735.2997.1413.73
Hex457105A6349561e
Octal105710132143111514116
Binary10001011111010110101100011100100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450701; }

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

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

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

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

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

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

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

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