#450D0C

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

Shades of Seal Brown #450D0C

Tints of Seal Brown #450D0C

Color information

#450D0C (or 0x450D0C) is unknown color: approx Seal Brown. HEX triplet: 45, 0D and 0C. RGB value is (69,13,12). Sum of RGB (Red+Green+Blue) = 69+13+12=94 (12% of max value = 765). Red value is 69 (27.34% from 255 or 73.40% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 69 - color contains mainly: red. Hex color #450D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D0C is #BAF2F3. Grayscale: #1D1D1D. Windows color (decimal): -12251892 or 789829. OLE color: 789829.

HSL color Cylindrical-coordinate representation of color #450D0C: hue angle of 1.05º 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 #450D0C is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB691312-
CMYK00.810.830.73
HSL1.05º70.37%15.88%-
HSV(B)1.05º82.61%27.06%-
XYZ2.661.580.51-
YUV29.63118.05156.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 73.40%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=73.40%
G=13.83%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69131200.810.830.731.0570.3715.88
Hex45DC051534914610
Octal10515140121123111110620
Binary10001011101110001010001101001110010011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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