#450D01

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

Shades of Seal Brown #450D01

Tints of Seal Brown #450D01

Color information

#450D01 (or 0x450D01) is unknown color: approx Seal Brown. HEX triplet: 45, 0D and 01. RGB value is (69,13,1). Sum of RGB (Red+Green+Blue) = 69+13+1=83 (10% of max value = 765). Red value is 69 (27.34% from 255 or 83.13% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 69 - color contains mainly: red. Hex color #450D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D01 is #BAF2FE. Grayscale: #1C1C1C. Windows color (decimal): -12251903 or 68933. OLE color: 68933.

HSL color Cylindrical-coordinate representation of color #450D01: hue angle of 10.59º 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 #450D01 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB69131-
CMYK00.810.990.73
HSL10.59º97.14%13.73%-
HSV(B)10.59º98.55%27.06%-
XYZ2.61.560.19-
YUV28.38112.55156.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 83.13%
GREEN value IS 13 (5.47% from 255) = 15.66%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=83.13%
G=15.66%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6913100.810.990.7310.5997.1413.73
Hex45D10516349b61e
Octal10515101211431111314116
Binary1000101110110101000111000111001001101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450D01; }

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

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

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

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

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

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

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

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