#484629

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

Shades of Woodrush #484629

Tints of Woodrush #484629

Color information

#484629 (or 0x484629) is unknown color: approx Woodrush. HEX triplet: 48, 46 and 29. RGB value is (72,70,41). Sum of RGB (Red+Green+Blue) = 72+70+41=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #484629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484629 is #B7B9D6. Grayscale: #434343. Windows color (decimal): -12040663 or 2704968. OLE color: 2704968.

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

Color convert

RGB727041-
CMYK00.030.430.72
HSL56.13º27.43%22.16%-
HSV(B)56.13º43.06%28.24%-
XYZ5.265.922.96-
YUV67.29113.16131.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=39.34%
G=38.25%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72704100.030.430.7256.1327.4322.16
Hex484629032B48381b16
Octal110106510353110703326
Binary1001000100011010100101110101110010001110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484629; }

 p { color: rgb(72,70,41); }

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

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

 a { background-color: rgb(72,70,41); }

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

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

 span { border-color: rgb(72,70,41); }

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