#484227

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

Shades of Woodrush #484227

Tints of Woodrush #484227

Color information

#484227 (or 0x484227) is unknown color: approx Woodrush. HEX triplet: 48, 42 and 27. RGB value is (72,66,39). Sum of RGB (Red+Green+Blue) = 72+66+39=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #484227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484227 is #B7BDD8. Grayscale: #404040. Windows color (decimal): -12041689 or 2572872. OLE color: 2572872.

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

Color convert

RGB726639-
CMYK00.080.460.72
HSL49.09º29.73%21.76%-
HSV(B)49.09º45.83%28.24%-
XYZ4.995.422.7-
YUV64.72113.49133.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 66 (26.17% from 255) = 37.29%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=40.68%
G=37.29%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72663900.080.460.7249.0929.7321.76
Hex484227082E48311e16
Octal1101024701056110613626
Binary100100010000101001110100010111010010001100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484227; }

 p { color: rgb(72,66,39); }

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

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

 a { background-color: rgb(72,66,39); }

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

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

 span { border-color: rgb(72,66,39); }

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