#484225

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

Shades of Woodrush #484225

Tints of Woodrush #484225

Color information

#484225 (or 0x484225) is unknown color: approx Woodrush. HEX triplet: 48, 42 and 25. RGB value is (72,66,37). Sum of RGB (Red+Green+Blue) = 72+66+37=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #484225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484225 is #B7BDDA. Grayscale: #404040. Windows color (decimal): -12041691 or 2441800. OLE color: 2441800.

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

Color convert

RGB726637-
CMYK00.080.490.72
HSL49.71º32.11%21.37%-
HSV(B)49.71º48.61%28.24%-
XYZ4.955.412.53-
YUV64.49112.49133.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=41.14%
G=37.71%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72663700.080.490.7249.7132.1121.37
Hex484225083148322015
Octal1101024501061110624025
Binary1001000100001010010101000110001100100011001010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484225; }

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

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

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

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

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

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

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

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