#451813

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

Shades of Seal Brown #451813

Tints of Seal Brown #451813

Color information

#451813 (or 0x451813) is unknown color: approx Seal Brown. HEX triplet: 45, 18 and 13. RGB value is (69,24,19). Sum of RGB (Red+Green+Blue) = 69+24+19=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #451813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451813 is #BAE7EC. Grayscale: #242424. Windows color (decimal): -12249069 or 1251397. OLE color: 1251397.

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

Color convert

RGB692419-
CMYK00.650.720.73
HSL56.82%17.25%-
HSV(B)72.46%27.06%-
XYZ2.91.970.84-
YUV36.88117.91150.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.61%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 19 (7.81% from 255) = 16.96%
R=61.61%
G=21.43%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69241900.650.720.73656.8217.25
Hex451813041484963911
Octal1053023010111011167121
Binary10001011100010011010000011001000100100111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451813; }

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

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

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

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

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

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

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

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