#484624

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

Shades of Woodrush #484624

Tints of Woodrush #484624

Color information

#484624 (or 0x484624) is unknown color: approx Woodrush. HEX triplet: 48, 46 and 24. RGB value is (72,70,36). Sum of RGB (Red+Green+Blue) = 72+70+36=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #484624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484624 is #B7B9DB. Grayscale: #424242. Windows color (decimal): -12040668 or 2377288. OLE color: 2377288.

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

Color convert

RGB727036-
CMYK00.030.50.72
HSL56.67º33.33%21.18%-
HSV(B)56.67º50%28.24%-
XYZ5.185.892.53-
YUV66.72110.66131.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 36 (14.45% from 255) = 20.22%
R=40.45%
G=39.33%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72703600.030.50.7256.6733.3321.18
Hex484624033248392115
Octal110106440362110714125
Binary10010001000110100100011110010100100011100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484624; }

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

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

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

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

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

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

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

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