#484430

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

Shades of Woodrush #484430

Tints of Woodrush #484430

Color information

#484430 (or 0x484430) is unknown color: approx Woodrush. HEX triplet: 48, 44 and 30. RGB value is (72,68,48). Sum of RGB (Red+Green+Blue) = 72+68+48=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #484430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484430 is #B7BBCF. Grayscale: #434343. Windows color (decimal): -12041168 or 3163208. OLE color: 3163208.

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

Color convert

RGB726848-
CMYK00.060.330.72
HSL50º20%23.53%-
HSV(B)50º33.33%28.24%-
XYZ5.275.733.62-
YUV66.92117.33131.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=38.30%
G=36.17%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72684800.060.330.72502023.53
Hex484430062148321418
Octal110104600641110622430
Binary10010001000100110000011010000110010001100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484430; }

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

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

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

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

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

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

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

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