#451005

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

Shades of Seal Brown #451005

Tints of Seal Brown #451005

Color information

#451005 (or 0x451005) is unknown color: approx Seal Brown. HEX triplet: 45, 10 and 05. RGB value is (69,16,5). Sum of RGB (Red+Green+Blue) = 69+16+5=90 (11% of max value = 765). Red value is 69 (27.34% from 255 or 76.67% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 69 - color contains mainly: red. Hex color #451005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451005 is #BAEFFA. Grayscale: #1E1E1E. Windows color (decimal): -12251131 or 331845. OLE color: 331845.

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

Color convert

RGB69165-
CMYK00.770.930.73
HSL10.31º86.49%14.51%-
HSV(B)10.31º92.75%27.06%-
XYZ2.671.650.32-
YUV30.59113.56155.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 76.67%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=76.67%
G=17.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6916500.770.930.7310.3186.4914.51
Hex4510504D5D49a56f
Octal10520501151351111212617
Binary1000101100001010100110110111011001001101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451005; }

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

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

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

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

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

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

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

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