#450902

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

Shades of Seal Brown #450902

Tints of Seal Brown #450902

Color information

#450902 (or 0x450902) is unknown color: approx Seal Brown. HEX triplet: 45, 09 and 02. RGB value is (69,9,2). Sum of RGB (Red+Green+Blue) = 69+9+2=80 (10% of max value = 765). Red value is 69 (27.34% from 255 or 86.25% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 69 - color contains mainly: red. Hex color #450902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450902 is #BAF6FD. Grayscale: #1A1A1A. Windows color (decimal): -12252926 or 133445. OLE color: 133445.

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

Color convert

RGB6992-
CMYK00.870.970.73
HSL6.27º94.37%13.92%-
HSV(B)6.27º97.1%27.06%-
XYZ2.561.460.21-
YUV26.14114.38158.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 86.25%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=86.25%
G=11.25%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal699200.870.970.736.2794.3713.92
Hex4592057614965ee
Octal1051120127141111613616
Binary1000101100110010101111100001100100111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450902; }

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

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

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

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

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

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

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

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