#484324

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

Shades of Woodrush #484324

Tints of Woodrush #484324

Color information

#484324 (or 0x484324) is unknown color: approx Woodrush. HEX triplet: 48, 43 and 24. RGB value is (72,67,36). Sum of RGB (Red+Green+Blue) = 72+67+36=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #484324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484324 is #B7BCDB. Grayscale: #414141. Windows color (decimal): -12041436 or 2376520. OLE color: 2376520.

HSL color Cylindrical-coordinate representation of color #484324: hue angle of 51.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 #484324 is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB726736-
CMYK00.070.50.72
HSL51.67º33.33%21.18%-
HSV(B)51.67º50%28.24%-
XYZ55.522.47-
YUV64.96111.66133.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=41.14%
G=38.29%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72673600.070.50.7251.6733.3321.18
Hex484324073248342115
Octal110103440762110644125
Binary100100010000111001000111110010100100011010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484324; }

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

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

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

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

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

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

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

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