#450501

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

Shades of Seal Brown #450501

Tints of Seal Brown #450501

Color information

#450501 (or 0x450501) is unknown color: approx Seal Brown. HEX triplet: 45, 05 and 01. RGB value is (69,5,1). Sum of RGB (Red+Green+Blue) = 69+5+1=75 (9% of max value = 765). Red value is 69 (27.34% from 255 or 92% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 69 - color contains mainly: red. Hex color #450501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450501 is #BAFAFE. Grayscale: #171717. Windows color (decimal): -12253951 or 66885. OLE color: 66885.

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

Color convert

RGB6951-
CMYK00.930.990.73
HSL3.53º97.14%13.73%-
HSV(B)3.53º98.55%27.06%-
XYZ2.511.380.16-
YUV23.68115.2160.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 92%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 1 (0.78% from 255) = 1.33%
R=92%
G=6.67%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal695100.930.990.733.5397.1413.73
Hex455105D6349461e
Octal105510135143111414116
Binary10001011011010111011100011100100110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450501; }

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

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

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

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

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

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

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

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