#451509

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

Shades of Brown Pod #451509

Tints of Brown Pod #451509

Color information

#451509 (or 0x451509) is unknown color: approx Brown Pod. HEX triplet: 45, 15 and 09. RGB value is (69,21,9). Sum of RGB (Red+Green+Blue) = 69+21+9=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #451509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451509 is #BAEAF6. Grayscale: #222222. Windows color (decimal): -12249847 or 595269. OLE color: 595269.

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

Color convert

RGB69219-
CMYK00.700.870.73
HSL12º76.92%15.29%-
HSV(B)12º86.96%27.06%-
XYZ2.771.820.46-
YUV33.98113.9152.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 69.70%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=69.70%
G=21.21%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6921900.700.870.731276.9215.29
Hex451590465749c4df
Octal105251101061271111411517
Binary10001011010110010100011010101111001001110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451509; }

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

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

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

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

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

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

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

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