#454429

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

Shades of Woodrush #454429

Tints of Woodrush #454429

Color information

#454429 (or 0x454429) is unknown color: approx Woodrush. HEX triplet: 45, 44 and 29. RGB value is (69,68,41). Sum of RGB (Red+Green+Blue) = 69+68+41=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 69 - color contains mainly: red. Hex color #454429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454429 is #BABBD6. Grayscale: #414141. Windows color (decimal): -12237783 or 2704453. OLE color: 2704453.

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

Color convert

RGB696841-
CMYK00.010.410.73
HSL57.86º25.45%21.57%-
HSV(B)57.86º40.58%27.06%-
XYZ4.925.562.91-
YUV65.22114.33130.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.76%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=38.76%
G=38.20%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69684100.010.410.7357.8625.4521.57
Hex4544290129493a1916
Octal105104510151111723126
Binary100010110001001010010110100110010011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454429; }

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

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

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

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

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

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

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

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