#451409

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

Shades of Brown Pod #451409

Tints of Brown Pod #451409

Color information

#451409 (or 0x451409) is unknown color: approx Brown Pod. HEX triplet: 45, 14 and 09. RGB value is (69,20,9). Sum of RGB (Red+Green+Blue) = 69+20+9=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #451409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451409 is #BAEBF6. Grayscale: #212121. Windows color (decimal): -12250103 or 595013. OLE color: 595013.

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

Color convert

RGB69209-
CMYK00.710.870.73
HSL11º76.92%15.29%-
HSV(B)11º86.96%27.06%-
XYZ2.751.790.46-
YUV33.4114.23153.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 70.41%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=70.41%
G=20.41%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6920900.710.870.731176.9215.29
Hex451490475749b4df
Octal105241101071271111311517
Binary10001011010010010100011110101111001001101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451409; }

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

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

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

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

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

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

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

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