#450E09

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

Shades of Seal Brown #450E09

Tints of Seal Brown #450E09

Color information

#450E09 (or 0x450E09) is unknown color: approx Seal Brown. HEX triplet: 45, 0E and 09. RGB value is (69,14,9). Sum of RGB (Red+Green+Blue) = 69+14+9=92 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 69 - color contains mainly: red. Hex color #450E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450E09 is #BAF1F6. Grayscale: #1D1D1D. Windows color (decimal): -12251639 or 593477. OLE color: 593477.

HSL color Cylindrical-coordinate representation of color #450E09: hue angle of 5º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450E09 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB69149-
CMYK00.800.870.73
HSL76.92%15.29%-
HSV(B)86.96%27.06%-
XYZ2.661.60.43-
YUV29.88116.22155.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75%
GREEN value IS 14 (5.86% from 255) = 15.22%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=75%
G=15.22%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6914900.800.870.73576.9215.29
Hex45E9050574954df
Octal10516110120127111511517
Binary100010111101001010100001010111100100110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450E09; }

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

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

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

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

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

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

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

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