#451003

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

Shades of Seal Brown #451003

Tints of Seal Brown #451003

Color information

#451003 (or 0x451003) is unknown color: approx Seal Brown. HEX triplet: 45, 10 and 03. RGB value is (69,16,3). Sum of RGB (Red+Green+Blue) = 69+16+3=88 (11% of max value = 765). Red value is 69 (27.34% from 255 or 78.41% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 69 - color contains mainly: red. Hex color #451003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451003 is #BAEFFC. Grayscale: #1E1E1E. Windows color (decimal): -12251133 or 200773. OLE color: 200773.

HSL color Cylindrical-coordinate representation of color #451003: hue angle of 11.82º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #451003 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB69163-
CMYK00.770.960.73
HSL11.82º91.67%14.12%-
HSV(B)11.82º95.65%27.06%-
XYZ2.661.640.26-
YUV30.36112.56155.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 78.41%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 3 (1.56% from 255) = 3.41%
R=78.41%
G=18.18%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6916300.770.960.7311.8291.6714.12
Hex4510304D6049c5ce
Octal10520301151401111413416
Binary100010110000110100110111000001001001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451003; }

 p { color: rgb(69,16,3); }

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

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

 a { background-color: rgb(69,16,3); }

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

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

 span { border-color: rgb(69,16,3); }

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