#451901

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

Shades of Brown Pod #451901

Tints of Brown Pod #451901

Color information

#451901 (or 0x451901) is unknown color: approx Brown Pod. HEX triplet: 45, 19 and 01. RGB value is (69,25,1). Sum of RGB (Red+Green+Blue) = 69+25+1=95 (12% of max value = 765). Red value is 69 (27.34% from 255 or 72.63% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 69 - color contains mainly: red. Hex color #451901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451901 is #BAE6FE. Grayscale: #232323. Windows color (decimal): -12248831 or 72005. OLE color: 72005.

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

Color convert

RGB69251-
CMYK00.640.990.73
HSL21.18º97.14%13.73%-
HSV(B)21.18º98.55%27.06%-
XYZ2.811.960.26-
YUV35.42108.58151.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 72.63%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=72.63%
G=26.32%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6925100.640.990.7321.1897.1413.73
Hex4519104063491561e
Octal10531101001431112514116
Binary100010111001101000000110001110010011010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451901; }

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

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

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

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

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

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

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

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