#454426

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

Shades of Woodrush #454426

Tints of Woodrush #454426

Color information

#454426 (or 0x454426) is unknown color: approx Woodrush. HEX triplet: 45, 44 and 26. RGB value is (69,68,38). Sum of RGB (Red+Green+Blue) = 69+68+38=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 69 - color contains mainly: red. Hex color #454426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454426 is #BABBD9. Grayscale: #414141. Windows color (decimal): -12237786 or 2507845. OLE color: 2507845.

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

Color convert

RGB696838-
CMYK00.010.450.73
HSL58.06º28.97%20.98%-
HSV(B)58.06º44.93%27.06%-
XYZ4.875.542.65-
YUV64.88112.83130.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.43%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=39.43%
G=38.86%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69683800.010.450.7358.0628.9720.98
Hex454426012D493a1d15
Octal105104460155111723525
Binary100010110001001001100110110110010011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454426; }

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

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

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

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

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

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

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

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