#484828

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

Shades of Waiouru #484828

Tints of Waiouru #484828

Color information

#484828 (or 0x484828) is unknown color: approx Waiouru. HEX triplet: 48, 48 and 28. RGB value is (72,72,40). Sum of RGB (Red+Green+Blue) = 72+72+40=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484828 is #B7B7D7. Grayscale: #444444. Windows color (decimal): -12040152 or 2639944. OLE color: 2639944.

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

Color convert

RGB727240-
CMYK000.440.72
HSL60º28.57%21.96%-
HSV(B)60º44.44%28.24%-
XYZ5.376.172.91-
YUV68.35112130.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=39.13%
G=39.13%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727240000.440.726028.5721.96
Hex484828002C483c1d16
Octal110110500054110743526
Binary100100010010001010000010110010010001111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484828; }

 p { color: rgb(72,72,40); }

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

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

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

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

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

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

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