#484529

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

Shades of Woodrush #484529

Tints of Woodrush #484529

Color information

#484529 (or 0x484529) is unknown color: approx Woodrush. HEX triplet: 48, 45 and 29. RGB value is (72,69,41). Sum of RGB (Red+Green+Blue) = 72+69+41=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #484529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484529 is #B7BAD6. Grayscale: #424242. Windows color (decimal): -12040919 or 2704712. OLE color: 2704712.

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

Color convert

RGB726941-
CMYK00.040.430.72
HSL54.19º27.43%22.16%-
HSV(B)54.19º43.06%28.24%-
XYZ5.25.792.94-
YUV66.7113.49131.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=39.56%
G=37.91%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72694100.040.430.7254.1927.4322.16
Hex484529042B48361b16
Octal110105510453110663326
Binary10010001000101101001010010101110010001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484529; }

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

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

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

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

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

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

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

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