#525431

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

Shades of Waiouru #525431

Tints of Waiouru #525431

Color information

#525431 (or 0x525431) is unknown color: approx Waiouru. HEX triplet: 52, 54 and 31. RGB value is (82,84,49). Sum of RGB (Red+Green+Blue) = 82+84+49=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #525431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525431 is #ADABCE. Grayscale: #4F4F4F. Windows color (decimal): -11381711 or 3232850. OLE color: 3232850.

HSL color Cylindrical-coordinate representation of color #525431: hue angle of 63.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #525431 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB828449-
CMYK0.0200.420.67
HSL63.43º26.32%26.08%-
HSV(B)63.43º41.67%32.94%-
XYZ7.28.364.14-
YUV79.41110.84129.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 49 (19.53% from 255) = 22.79%
R=38.14%
G=39.07%
B=22.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284490.0200.420.6763.4326.3226.08
Hex525431202A433f1a1a
Octal122124612052103773232
Binary1010010101010011000110010101010000111111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525431; }

 p { color: rgb(82,84,49); }

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

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

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

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

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

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

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