#484229

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

Shades of Woodrush #484229

Tints of Woodrush #484229

Color information

#484229 (or 0x484229) is unknown color: approx Woodrush. HEX triplet: 48, 42 and 29. RGB value is (72,66,41). Sum of RGB (Red+Green+Blue) = 72+66+41=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #484229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484229 is #B7BDD6. Grayscale: #414141. Windows color (decimal): -12041687 or 2703944. OLE color: 2703944.

HSL color Cylindrical-coordinate representation of color #484229: hue angle of 48.39º 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 #484229 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB726641-
CMYK00.080.430.72
HSL48.39º27.43%22.16%-
HSV(B)48.39º43.06%28.24%-
XYZ5.025.432.88-
YUV64.94114.49133.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 41 (16.41% from 255) = 22.91%
R=40.22%
G=36.87%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72664100.080.430.7248.3927.4322.16
Hex484229082B48301b16
Octal1101025101053110603326
Binary100100010000101010010100010101110010001100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484229; }

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

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

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

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

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

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

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

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