#484526

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

Shades of Woodrush #484526

Tints of Woodrush #484526

Color information

#484526 (or 0x484526) is unknown color: approx Woodrush. HEX triplet: 48, 45 and 26. RGB value is (72,69,38). Sum of RGB (Red+Green+Blue) = 72+69+38=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #484526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484526 is #B7BAD9. Grayscale: #424242. Windows color (decimal): -12040922 or 2508104. OLE color: 2508104.

HSL color Cylindrical-coordinate representation of color #484526: hue angle of 54.71º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484526 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB726938-
CMYK00.040.470.72
HSL54.71º30.91%21.57%-
HSV(B)54.71º47.22%28.24%-
XYZ5.155.772.68-
YUV66.36111.99132.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=40.22%
G=38.55%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72693800.040.470.7254.7130.9121.57
Hex484526042F48371f16
Octal110105460457110673726
Binary10010001000101100110010010111110010001101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484526; }

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

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

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

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

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

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

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

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