#484620

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

Shades of Woodrush #484620

Tints of Woodrush #484620

Color information

#484620 (or 0x484620) is unknown color: approx Woodrush. HEX triplet: 48, 46 and 20. RGB value is (72,70,32). Sum of RGB (Red+Green+Blue) = 72+70+32=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #484620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484620 is #B7B9DF. Grayscale: #424242. Windows color (decimal): -12040672 or 2115144. OLE color: 2115144.

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

Color convert

RGB727032-
CMYK00.030.560.72
HSL57º38.46%20.39%-
HSV(B)57º55.56%28.24%-
XYZ5.125.862.23-
YUV66.27108.66132.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=41.38%
G=40.23%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72703200.030.560.725738.4620.39
Hex484620033848392614
Octal110106400370110714624
Binary10010001000110100000011111000100100011100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484620; }

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

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

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

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

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

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

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

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