#484621

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

Shades of Woodrush #484621

Tints of Woodrush #484621

Color information

#484621 (or 0x484621) is unknown color: approx Woodrush. HEX triplet: 48, 46 and 21. RGB value is (72,70,33). Sum of RGB (Red+Green+Blue) = 72+70+33=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #484621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484621 is #B7B9DE. Grayscale: #424242. Windows color (decimal): -12040671 or 2180680. OLE color: 2180680.

HSL color Cylindrical-coordinate representation of color #484621: hue angle of 56.92º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484621 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB727033-
CMYK00.030.540.72
HSL56.92º37.14%20.59%-
HSV(B)56.92º54.17%28.24%-
XYZ5.145.872.3-
YUV66.38109.16132.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=41.14%
G=40%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72703300.030.540.7256.9237.1420.59
Hex484621033648392515
Octal110106410366110714525
Binary10010001000110100001011110110100100011100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484621; }

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

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

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

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

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

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

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

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