#484538

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

Shades of Woodrush #484538

Tints of Woodrush #484538

Color information

#484538 (or 0x484538) is unknown color: approx Woodrush. HEX triplet: 48, 45 and 38. RGB value is (72,69,56). Sum of RGB (Red+Green+Blue) = 72+69+56=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #484538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484538 is #B7BAC7. Grayscale: #444444. Windows color (decimal): -12040904 or 3687752. OLE color: 3687752.

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

Color convert

RGB726956-
CMYK00.040.220.72
HSL48.75º12.5%25.1%-
HSV(B)48.75º22.22%28.24%-
XYZ5.515.924.59-
YUV68.41120.99130.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=36.55%
G=35.03%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72695600.040.220.7248.7512.525.1
Hex48453804164831d19
Octal110105700426110611531
Binary100100010001011110000100101101001000110001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484538; }

 p { color: rgb(72,69,56); }

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

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

 a { background-color: rgb(72,69,56); }

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

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

 span { border-color: rgb(72,69,56); }

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