#450802

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

Shades of Seal Brown #450802

Tints of Seal Brown #450802

Color information

#450802 (or 0x450802) is unknown color: approx Seal Brown. HEX triplet: 45, 08 and 02. RGB value is (69,8,2). Sum of RGB (Red+Green+Blue) = 69+8+2=79 (10% of max value = 765). Red value is 69 (27.34% from 255 or 87.34% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 69 - color contains mainly: red. Hex color #450802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450802 is #BAF7FD. Grayscale: #191919. Windows color (decimal): -12253182 or 133189. OLE color: 133189.

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

Color convert

RGB6982-
CMYK00.880.970.73
HSL5.37º94.37%13.92%-
HSV(B)5.37º97.1%27.06%-
XYZ2.551.440.2-
YUV25.56114.71158.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 87.34%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 2 (1.17% from 255) = 2.53%
R=87.34%
G=10.13%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal698200.880.970.735.3794.3713.92
Hex4582058614955ee
Octal1051020130141111513616
Binary1000101100010010110001100001100100110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450802; }

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

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

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

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

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

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

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

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