#450F01

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

Shades of Seal Brown #450F01

Tints of Seal Brown #450F01

Color information

#450F01 (or 0x450F01) is unknown color: approx Seal Brown. HEX triplet: 45, 0F and 01. RGB value is (69,15,1). Sum of RGB (Red+Green+Blue) = 69+15+1=85 (11% of max value = 765). Red value is 69 (27.34% from 255 or 81.18% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 69 - color contains mainly: red. Hex color #450F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450F01 is #BAF0FE. Grayscale: #1D1D1D. Windows color (decimal): -12251391 or 69445. OLE color: 69445.

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

Color convert

RGB69151-
CMYK00.780.990.73
HSL12.35º97.14%13.73%-
HSV(B)12.35º98.55%27.06%-
XYZ2.631.610.2-
YUV29.55111.89156.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 81.18%
GREEN value IS 15 (6.25% from 255) = 17.65%
BLUE value IS 1 (0.78% from 255) = 1.18%
R=81.18%
G=17.65%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6915100.780.990.7312.3597.1413.73
Hex45F104E6349c61e
Octal10517101161431111414116
Binary1000101111110100111011000111001001110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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