#454220

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

Shades of Woodrush #454220

Tints of Woodrush #454220

Color information

#454220 (or 0x454220) is unknown color: approx Woodrush. HEX triplet: 45, 42 and 20. RGB value is (69,66,32). Sum of RGB (Red+Green+Blue) = 69+66+32=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 69 - color contains mainly: red. Hex color #454220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454220 is #BABDDF. Grayscale: #3F3F3F. Windows color (decimal): -12238304 or 2114117. OLE color: 2114117.

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

Color convert

RGB696632-
CMYK00.040.540.73
HSL55.14º36.63%19.8%-
HSV(B)55.14º53.62%27.06%-
XYZ4.665.272.14-
YUV63.02110.49132.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=41.32%
G=39.52%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69663200.040.540.7355.1436.6319.8
Hex454220043649372514
Octal105102400466111674524
Binary100010110000101000000100110110100100111011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454220; }

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

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

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

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

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

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

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

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