#451308

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

Shades of Seal Brown #451308

Tints of Seal Brown #451308

Color information

#451308 (or 0x451308) is unknown color: approx Seal Brown. HEX triplet: 45, 13 and 08. RGB value is (69,19,8). Sum of RGB (Red+Green+Blue) = 69+19+8=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #451308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451308 is #BAECF7. Grayscale: #202020. Windows color (decimal): -12250360 or 529221. OLE color: 529221.

HSL color Cylindrical-coordinate representation of color #451308: hue angle of 10.82º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451308 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB69198-
CMYK00.720.880.73
HSL10.82º79.22%15.1%-
HSV(B)10.82º88.41%27.06%-
XYZ2.731.750.42-
YUV32.7114.06153.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 71.88%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=71.88%
G=19.79%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6919800.720.880.7310.8279.2215.1
Hex451380485849b4ff
Octal105231001101301111311717
Binary10001011001110000100100010110001001001101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451308; }

 p { color: rgb(69,19,8); }

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

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

 a { background-color: rgb(69,19,8); }

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

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

 span { border-color: rgb(69,19,8); }

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