#484429

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

Shades of Woodrush #484429

Tints of Woodrush #484429

Color information

#484429 (or 0x484429) is unknown color: approx Woodrush. HEX triplet: 48, 44 and 29. RGB value is (72,68,41). Sum of RGB (Red+Green+Blue) = 72+68+41=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #484429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484429 is #B7BBD6. Grayscale: #424242. Windows color (decimal): -12041175 or 2704456. OLE color: 2704456.

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

Color convert

RGB726841-
CMYK00.060.430.72
HSL52.26º27.43%22.16%-
HSV(B)52.26º43.06%28.24%-
XYZ5.145.672.92-
YUV66.12113.83132.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=39.78%
G=37.57%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72684100.060.430.7252.2627.4322.16
Hex484429062B48341b16
Octal110104510653110643326
Binary10010001000100101001011010101110010001101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484429; }

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

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

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

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

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

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

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

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