#454420

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

Shades of Woodrush #454420

Tints of Woodrush #454420

Color information

#454420 (or 0x454420) is unknown color: approx Woodrush. HEX triplet: 45, 44 and 20. RGB value is (69,68,32). Sum of RGB (Red+Green+Blue) = 69+68+32=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 69 - color contains mainly: red. Hex color #454420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454420 is #BABBDF. Grayscale: #404040. Windows color (decimal): -12237792 or 2114629. OLE color: 2114629.

HSL color Cylindrical-coordinate representation of color #454420: hue angle of 58.38º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454420 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB696832-
CMYK00.010.540.73
HSL58.38º36.63%19.8%-
HSV(B)58.38º53.62%27.06%-
XYZ4.785.52.18-
YUV64.19109.83131.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.83%
GREEN value IS 68 (26.95% from 255) = 40.24%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=40.83%
G=40.24%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69683200.010.540.7358.3836.6319.8
Hex4544200136493a2514
Octal105104400166111724524
Binary1000101100010010000001110110100100111101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454420; }

 p { color: rgb(69,68,32); }

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

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

 a { background-color: rgb(69,68,32); }

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

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

 span { border-color: rgb(69,68,32); }

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