#450F0E

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

Shades of Seal Brown #450F0E

Tints of Seal Brown #450F0E

Color information

#450F0E (or 0x450F0E) is unknown color: approx Seal Brown. HEX triplet: 45, 0F and 0E. RGB value is (69,15,14). Sum of RGB (Red+Green+Blue) = 69+15+14=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #450F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450F0E is #BAF0F1. Grayscale: #1F1F1F. Windows color (decimal): -12251378 or 921413. OLE color: 921413.

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

Color convert

RGB691514-
CMYK00.780.800.73
HSL1.09º66.27%16.27%-
HSV(B)1.09º79.71%27.06%-
XYZ2.71.640.59-
YUV31.03118.39155.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 70.41%
GREEN value IS 15 (6.25% from 255) = 15.31%
BLUE value IS 14 (5.86% from 255) = 14.29%
R=70.41%
G=15.31%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69151400.780.800.731.0966.2716.27
Hex45FE04E504914210
Octal10517160116120111110220
Binary10001011111111001001110101000010010011100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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