#451A09

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

Shades of Brown Pod #451A09

Tints of Brown Pod #451A09

Color information

#451A09 (or 0x451A09) is unknown color: approx Brown Pod. HEX triplet: 45, 1A and 09. RGB value is (69,26,9). Sum of RGB (Red+Green+Blue) = 69+26+9=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #451A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A09 is #BAE5F6. Grayscale: #252525. Windows color (decimal): -12248567 or 596549. OLE color: 596549.

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

Color convert

RGB69269-
CMYK00.620.870.73
HSL17º76.92%15.29%-
HSV(B)17º86.96%27.06%-
XYZ2.872.020.5-
YUV36.92112.25150.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 66.35%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=66.35%
G=25%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6926900.620.870.731776.9215.29
Hex451A903E5749114df
Octal10532110761271112111517
Binary10001011101010010111110101011110010011000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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