#484433

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

Shades of Woodrush #484433

Tints of Woodrush #484433

Color information

#484433 (or 0x484433) is unknown color: approx Woodrush. HEX triplet: 48, 44 and 33. RGB value is (72,68,51). Sum of RGB (Red+Green+Blue) = 72+68+51=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #484433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484433 is #B7BBCC. Grayscale: #434343. Windows color (decimal): -12041165 or 3359816. OLE color: 3359816.

HSL color Cylindrical-coordinate representation of color #484433: hue angle of 48.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484433 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB726851-
CMYK00.060.290.72
HSL48.57º17.07%24.12%-
HSV(B)48.57º29.17%28.24%-
XYZ5.345.753.96-
YUV67.26118.83131.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=37.70%
G=35.60%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72685100.060.290.7248.5717.0724.12
Hex484433061D48311118
Octal110104630635110612130
Binary1001000100010011001101101110110010001100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484433; }

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

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

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

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

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

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

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

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