#454221

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

Shades of Woodrush #454221

Tints of Woodrush #454221

Color information

#454221 (or 0x454221) is unknown color: approx Woodrush. HEX triplet: 45, 42 and 21. RGB value is (69,66,33). Sum of RGB (Red+Green+Blue) = 69+66+33=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 69 - color contains mainly: red. Hex color #454221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454221 is #BABDDE. Grayscale: #3F3F3F. Windows color (decimal): -12238303 or 2179653. OLE color: 2179653.

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

Color convert

RGB696633-
CMYK00.040.520.73
HSL55º35.29%20%-
HSV(B)55º52.17%27.06%-
XYZ4.685.272.21-
YUV63.14110.99132.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=41.07%
G=39.29%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69663300.040.520.735535.2920
Hex454221043449372314
Octal105102410464111674324
Binary100010110000101000010100110100100100111011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454221; }

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

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

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

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

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

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

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

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