#454226

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

Shades of Woodrush #454226

Tints of Woodrush #454226

Color information

#454226 (or 0x454226) is unknown color: approx Woodrush. HEX triplet: 45, 42 and 26. RGB value is (69,66,38). Sum of RGB (Red+Green+Blue) = 69+66+38=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 69 - color contains mainly: red. Hex color #454226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454226 is #BABDD9. Grayscale: #3F3F3F. Windows color (decimal): -12238298 or 2507333. OLE color: 2507333.

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

Color convert

RGB696638-
CMYK00.040.450.73
HSL54.19º28.97%20.98%-
HSV(B)54.19º44.93%27.06%-
XYZ4.755.32.61-
YUV63.7113.49131.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.88%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=39.88%
G=38.15%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69663800.040.450.7354.1928.9720.98
Hex454226042D49361d15
Octal105102460455111663525
Binary10001011000010100110010010110110010011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454226; }

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

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

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

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

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

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

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

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