#484536

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

Shades of Woodrush #484536

Tints of Woodrush #484536

Color information

#484536 (or 0x484536) is unknown color: approx Woodrush. HEX triplet: 48, 45 and 36. RGB value is (72,69,54). Sum of RGB (Red+Green+Blue) = 72+69+54=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #484536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484536 is #B7BAC9. Grayscale: #444444. Windows color (decimal): -12040906 or 3556680. OLE color: 3556680.

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

Color convert

RGB726954-
CMYK00.040.250.72
HSL50º14.29%24.71%-
HSV(B)50º25%28.24%-
XYZ5.475.94.34-
YUV68.19119.99130.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=36.92%
G=35.38%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72695400.040.250.725014.2924.71
Hex48453604194832e19
Octal110105660431110621631
Binary100100010001011101100100110011001000110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484536; }

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

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

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

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

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

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

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

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