#450E08

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

Shades of Seal Brown #450E08

Tints of Seal Brown #450E08

Color information

#450E08 (or 0x450E08) is unknown color: approx Seal Brown. HEX triplet: 45, 0E and 08. RGB value is (69,14,8). Sum of RGB (Red+Green+Blue) = 69+14+8=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #450E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450E08 is #BAF1F7. Grayscale: #1D1D1D. Windows color (decimal): -12251640 or 527941. OLE color: 527941.

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

Color convert

RGB69148-
CMYK00.800.880.73
HSL5.9º79.22%15.1%-
HSV(B)5.9º88.41%27.06%-
XYZ2.661.60.4-
YUV29.76115.72155.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75.82%
GREEN value IS 14 (5.86% from 255) = 15.38%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=75.82%
G=15.38%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6914800.800.880.735.979.2215.1
Hex45E8050584964ff
Octal10516100120130111611717
Binary100010111101000010100001011000100100111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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