#451C09

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

Shades of Brown Pod #451C09

Tints of Brown Pod #451C09

Color information

#451C09 (or 0x451C09) is unknown color: approx Brown Pod. HEX triplet: 45, 1C and 09. RGB value is (69,28,9). Sum of RGB (Red+Green+Blue) = 69+28+9=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #451C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451C09 is #BAE3F6. Grayscale: #262626. Windows color (decimal): -12248055 or 597061. OLE color: 597061.

HSL color Cylindrical-coordinate representation of color #451C09: hue angle of 19º 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 #451C09 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB69289-
CMYK00.590.870.73
HSL19º76.92%15.29%-
HSV(B)19º86.96%27.06%-
XYZ2.922.120.51-
YUV38.09111.58150.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.09%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=65.09%
G=26.42%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6928900.590.870.731976.9215.29
Hex451C903B5749134df
Octal10534110731271112311517
Binary10001011110010010111011101011110010011001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451C09; }

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

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

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

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

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

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

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

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