#450B04

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

Shades of Seal Brown #450B04

Tints of Seal Brown #450B04

Color information

#450B04 (or 0x450B04) is unknown color: approx Seal Brown. HEX triplet: 45, 0B and 04. RGB value is (69,11,4). Sum of RGB (Red+Green+Blue) = 69+11+4=84 (11% of max value = 765). Red value is 69 (27.34% from 255 or 82.14% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 69 - color contains mainly: red. Hex color #450B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B04 is #BAF4FB. Grayscale: #1B1B1B. Windows color (decimal): -12252412 or 265029. OLE color: 265029.

HSL color Cylindrical-coordinate representation of color #450B04: hue angle of 6.46º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450B04 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB69114-
CMYK00.840.940.73
HSL6.46º89.04%14.31%-
HSV(B)6.46º94.2%27.06%-
XYZ2.61.510.27-
YUV27.54114.72157.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 82.14%
GREEN value IS 11 (4.69% from 255) = 13.10%
BLUE value IS 4 (1.95% from 255) = 4.76%
R=82.14%
G=13.10%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6911400.840.940.736.4689.0414.31
Hex45B40545E49659e
Octal1051340124136111613116
Binary10001011011100010101001011110100100111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,11,4); }

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

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

 a { background-color: rgb(69,11,4); }

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

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

 span { border-color: rgb(69,11,4); }

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