#484520

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

Shades of Woodrush #484520

Tints of Woodrush #484520

Color information

#484520 (or 0x484520) is unknown color: approx Woodrush. HEX triplet: 48, 45 and 20. RGB value is (72,69,32). Sum of RGB (Red+Green+Blue) = 72+69+32=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #484520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484520 is #B7BADF. Grayscale: #414141. Windows color (decimal): -12040928 or 2114888. OLE color: 2114888.

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

Color convert

RGB726932-
CMYK00.040.560.72
HSL55.5º38.46%20.39%-
HSV(B)55.5º55.56%28.24%-
XYZ5.065.742.21-
YUV65.68108.99132.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=41.62%
G=39.88%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72693200.040.560.7255.538.4620.39
Hex484520043848382614
Octal110105400470110704624
Binary100100010001011000000100111000100100011100010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484520; }

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

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

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

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

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

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

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

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