#484B31

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

Shades of Waiouru #484B31

Tints of Waiouru #484B31

Color information

#484B31 (or 0x484B31) is unknown color: approx Waiouru. HEX triplet: 48, 4B and 31. RGB value is (72,75,49). Sum of RGB (Red+Green+Blue) = 72+75+49=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 75 - color contains mainly: green. Hex color #484B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B31 is #B7B4CE. Grayscale: #474747. Windows color (decimal): -12039375 or 3230536. OLE color: 3230536.

HSL color Cylindrical-coordinate representation of color #484B31: hue angle of 66.92º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #484B31 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB727549-
CMYK0.0400.350.71
HSL66.92º20.97%24.31%-
HSV(B)66.92º34.67%29.41%-
XYZ5.746.633.88-
YUV71.14115.51128.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 49 (19.53% from 255) = 25%
R=36.73%
G=38.27%
B=25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275490.0400.350.7166.9220.9724.31
Hex484B31402347431518
Octal1101136140431071032530
Binary100100010010111100011000100011100011110000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484B31; }

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

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

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

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

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

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

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

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