#451504

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

Shades of Brown Pod #451504

Tints of Brown Pod #451504

Color information

#451504 (or 0x451504) is unknown color: approx Brown Pod. HEX triplet: 45, 15 and 04. RGB value is (69,21,4). Sum of RGB (Red+Green+Blue) = 69+21+4=94 (12% of max value = 765). Red value is 69 (27.34% from 255 or 73.40% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 69 - color contains mainly: red. Hex color #451504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451504 is #BAEAFB. Grayscale: #212121. Windows color (decimal): -12249852 or 267589. OLE color: 267589.

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

Color convert

RGB69214-
CMYK00.700.940.73
HSL15.69º89.04%14.31%-
HSV(B)15.69º94.2%27.06%-
XYZ2.741.810.32-
YUV33.41111.4153.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 73.40%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=73.40%
G=22.34%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6921400.700.940.7315.6989.0414.31
Hex451540465E491059e
Octal10525401061361112013116
Binary10001011010110001000110101111010010011000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451504; }

 p { color: rgb(69,21,4); }

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

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

 a { background-color: rgb(69,21,4); }

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

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

 span { border-color: rgb(69,21,4); }

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