#484428

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

Shades of Woodrush #484428

Tints of Woodrush #484428

Color information

#484428 (or 0x484428) is unknown color: approx Woodrush. HEX triplet: 48, 44 and 28. RGB value is (72,68,40). Sum of RGB (Red+Green+Blue) = 72+68+40=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #484428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484428 is #B7BBD7. Grayscale: #424242. Windows color (decimal): -12041176 or 2638920. OLE color: 2638920.

HSL color Cylindrical-coordinate representation of color #484428: hue angle of 52.5º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #484428 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB726840-
CMYK00.060.440.72
HSL52.5º28.57%21.96%-
HSV(B)52.5º44.44%28.24%-
XYZ5.125.672.83-
YUV66113.33132.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=40%
G=37.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72684000.060.440.7252.528.5721.96
Hex484428062C48341d16
Octal110104500654110643526
Binary10010001000100101000011010110010010001101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484428; }

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

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

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

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

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

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

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

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