#450F0C

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

Shades of Seal Brown #450F0C

Tints of Seal Brown #450F0C

Color information

#450F0C (or 0x450F0C) is unknown color: approx Seal Brown. HEX triplet: 45, 0F and 0C. RGB value is (69,15,12). Sum of RGB (Red+Green+Blue) = 69+15+12=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #450F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450F0C is #BAF0F3. Grayscale: #1E1E1E. Windows color (decimal): -12251380 or 790341. OLE color: 790341.

HSL color Cylindrical-coordinate representation of color #450F0C: hue angle of 3.16º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450F0C is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB691512-
CMYK00.780.830.73
HSL3.16º70.37%15.88%-
HSV(B)3.16º82.61%27.06%-
XYZ2.691.630.52-
YUV30.8117.39155.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 71.88%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=71.88%
G=15.62%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69151200.780.830.733.1670.3715.88
Hex45FC04E534934610
Octal10517140116123111310620
Binary100010111111100010011101010011100100111100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,15,12); }

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

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

 a { background-color: rgb(69,15,12); }

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

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

 span { border-color: rgb(69,15,12); }

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