#454329

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

Shades of Woodrush #454329

Tints of Woodrush #454329

Color information

#454329 (or 0x454329) is unknown color: approx Woodrush. HEX triplet: 45, 43 and 29. RGB value is (69,67,41). Sum of RGB (Red+Green+Blue) = 69+67+41=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 69 - color contains mainly: red. Hex color #454329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454329 is #BABCD6. Grayscale: #404040. Windows color (decimal): -12238039 or 2704197. OLE color: 2704197.

HSL color Cylindrical-coordinate representation of color #454329: hue angle of 55.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #454329 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB696741-
CMYK00.030.410.73
HSL55.71º25.45%21.57%-
HSV(B)55.71º40.58%27.06%-
XYZ4.865.442.89-
YUV64.63114.66131.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 41 (16.41% from 255) = 23.16%
R=38.98%
G=37.85%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69674100.030.410.7355.7125.4521.57
Hex454329032949381916
Octal105103510351111703126
Binary1000101100001110100101110100110010011110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454329; }

 p { color: rgb(69,67,41); }

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

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

 a { background-color: rgb(69,67,41); }

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

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

 span { border-color: rgb(69,67,41); }

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