#484420

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

Shades of Woodrush #484420

Tints of Woodrush #484420

Color information

#484420 (or 0x484420) is unknown color: approx Woodrush. HEX triplet: 48, 44 and 20. RGB value is (72,68,32). Sum of RGB (Red+Green+Blue) = 72+68+32=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #484420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484420 is #B7BBDF. Grayscale: #414141. Windows color (decimal): -12041184 or 2114632. OLE color: 2114632.

HSL color Cylindrical-coordinate representation of color #484420: hue angle of 54º 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 #484420 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB726832-
CMYK00.060.560.72
HSL54º38.46%20.39%-
HSV(B)54º55.56%28.24%-
XYZ55.622.19-
YUV65.09109.33132.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=41.86%
G=39.53%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72683200.060.560.725438.4620.39
Hex484420063848362614
Octal110104400670110664624
Binary100100010001001000000110111000100100011011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484420; }

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

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

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

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

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

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

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

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