#484831

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

Shades of Waiouru #484831

Tints of Waiouru #484831

Color information

#484831 (or 0x484831) is unknown color: approx Waiouru. HEX triplet: 48, 48 and 31. RGB value is (72,72,49). Sum of RGB (Red+Green+Blue) = 72+72+49=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484831 is #B7B7CE. Grayscale: #454545. Windows color (decimal): -12040143 or 3229768. OLE color: 3229768.

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

Color convert

RGB727249-
CMYK000.320.72
HSL60º19.01%23.73%-
HSV(B)60º31.94%28.24%-
XYZ5.546.233.82-
YUV69.38116.5129.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=37.31%
G=37.31%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727249000.320.726019.0123.73
Hex4848310020483c1318
Octal110110610040110742330
Binary100100010010001100010010000010010001111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484831; }

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

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

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

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

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

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

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

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