#451301

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

Shades of Brown Pod #451301

Tints of Brown Pod #451301

Color information

#451301 (or 0x451301) is unknown color: approx Brown Pod. HEX triplet: 45, 13 and 01. RGB value is (69,19,1). Sum of RGB (Red+Green+Blue) = 69+19+1=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #451301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451301 is #BAECFE. Grayscale: #202020. Windows color (decimal): -12250367 or 70469. OLE color: 70469.

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

Color convert

RGB69191-
CMYK00.720.990.73
HSL15.88º97.14%13.73%-
HSV(B)15.88º98.55%27.06%-
XYZ2.691.730.22-
YUV31.9110.56154.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 77.53%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=77.53%
G=21.35%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6919100.720.990.7315.8897.1413.73
Hex4513104863491061e
Octal10523101101431112014116
Binary100010110011101001000110001110010011000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451301; }

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

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

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

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

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

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

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

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