#450702

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

Shades of Seal Brown #450702

Tints of Seal Brown #450702

Color information

#450702 (or 0x450702) is unknown color: approx Seal Brown. HEX triplet: 45, 07 and 02. RGB value is (69,7,2). Sum of RGB (Red+Green+Blue) = 69+7+2=78 (10% of max value = 765). Red value is 69 (27.34% from 255 or 88.46% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 69 - color contains mainly: red. Hex color #450702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450702 is #BAF8FD. Grayscale: #191919. Windows color (decimal): -12253438 or 132933. OLE color: 132933.

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

Color convert

RGB6972-
CMYK00.900.970.73
HSL4.48º94.37%13.92%-
HSV(B)4.48º97.1%27.06%-
XYZ2.541.420.2-
YUV24.97115.04159.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 88.46%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=88.46%
G=8.97%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal697200.900.970.734.4894.3713.92
Hex457205A614945ee
Octal105720132141111413616
Binary100010111110010110101100001100100110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450702; }

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

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

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

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

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

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

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

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