#474226

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

Shades of Woodrush #474226

Tints of Woodrush #474226

Color information

#474226 (or 0x474226) is unknown color: approx Woodrush. HEX triplet: 47, 42 and 26. RGB value is (71,66,38). Sum of RGB (Red+Green+Blue) = 71+66+38=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #474226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474226 is #B8BDD9. Grayscale: #404040. Windows color (decimal): -12107226 or 2507335. OLE color: 2507335.

HSL color Cylindrical-coordinate representation of color #474226: hue angle of 50.91º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474226 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB716638-
CMYK00.070.460.72
HSL50.91º30.28%21.37%-
HSV(B)50.91º46.48%27.84%-
XYZ4.95.382.61-
YUV64.3113.16132.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=40.57%
G=37.71%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71663800.070.460.7250.9130.2821.37
Hex474226072E48331e15
Octal107102460756110633625
Binary10001111000010100110011110111010010001100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474226; }

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

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

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

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

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

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

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

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