#450F0D

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

Shades of Seal Brown #450F0D

Tints of Seal Brown #450F0D

Color information

#450F0D (or 0x450F0D) is unknown color: approx Seal Brown. HEX triplet: 45, 0F and 0D. RGB value is (69,15,13). Sum of RGB (Red+Green+Blue) = 69+15+13=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #450F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450F0D is #BAF0F2. Grayscale: #1E1E1E. Windows color (decimal): -12251379 or 855877. OLE color: 855877.

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

Color convert

RGB691513-
CMYK00.780.810.73
HSL2.14º68.29%16.08%-
HSV(B)2.14º81.16%27.06%-
XYZ2.71.640.55-
YUV30.92117.89155.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 71.13%
GREEN value IS 15 (6.25% from 255) = 15.46%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=71.13%
G=15.46%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69151300.780.810.732.1468.2916.08
Hex45FD04E514924410
Octal10517150116121111210420
Binary100010111111101010011101010001100100110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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