#451507

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

Shades of Brown Pod #451507

Tints of Brown Pod #451507

Color information

#451507 (or 0x451507) is unknown color: approx Brown Pod. HEX triplet: 45, 15 and 07. RGB value is (69,21,7). Sum of RGB (Red+Green+Blue) = 69+21+7=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #451507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451507 is #BAEAF8. Grayscale: #212121. Windows color (decimal): -12249849 or 464197. OLE color: 464197.

HSL color Cylindrical-coordinate representation of color #451507: hue angle of 13.55º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #451507 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB69217-
CMYK00.700.900.73
HSL13.55º81.58%14.9%-
HSV(B)13.55º89.86%27.06%-
XYZ2.761.820.41-
YUV33.76112.9153.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 71.13%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=71.13%
G=21.65%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6921700.700.900.7313.5581.5814.9
Hex451570465A49e52f
Octal10525701061321111612217
Binary1000101101011110100011010110101001001111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451507; }

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

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

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

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

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

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

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

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