#484527

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

Shades of Woodrush #484527

Tints of Woodrush #484527

Color information

#484527 (or 0x484527) is unknown color: approx Woodrush. HEX triplet: 48, 45 and 27. RGB value is (72,69,39). Sum of RGB (Red+Green+Blue) = 72+69+39=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #484527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484527 is #B7BAD8. Grayscale: #424242. Windows color (decimal): -12040921 or 2573640. OLE color: 2573640.

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

Color convert

RGB726939-
CMYK00.040.460.72
HSL54.55º29.73%21.76%-
HSV(B)54.55º45.83%28.24%-
XYZ5.175.782.76-
YUV66.48112.49131.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 39 (15.62% from 255) = 21.67%
R=40%
G=38.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72693900.040.460.7254.5529.7321.76
Hex484527042E48371e16
Octal110105470456110673626
Binary10010001000101100111010010111010010001101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484527; }

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

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

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

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

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

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

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

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