#484530

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

Shades of Woodrush #484530

Tints of Woodrush #484530

Color information

#484530 (or 0x484530) is unknown color: approx Woodrush. HEX triplet: 48, 45 and 30. RGB value is (72,69,48). Sum of RGB (Red+Green+Blue) = 72+69+48=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #484530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484530 is #B7BACF. Grayscale: #434343. Windows color (decimal): -12040912 or 3163464. OLE color: 3163464.

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

Color convert

RGB726948-
CMYK00.040.330.72
HSL52.5º20%23.53%-
HSV(B)52.5º33.33%28.24%-
XYZ5.335.853.64-
YUV67.5116.99131.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=38.10%
G=36.51%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72694800.040.330.7252.52023.53
Hex484530042148341418
Octal110105600441110642430
Binary10010001000101110000010010000110010001101001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484530; }

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

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

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

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

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

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

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

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