#525331

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

Shades of Waiouru #525331

Tints of Waiouru #525331

Color information

#525331 (or 0x525331) is unknown color: approx Waiouru. HEX triplet: 52, 53 and 31. RGB value is (82,83,49). Sum of RGB (Red+Green+Blue) = 82+83+49=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #525331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525331 is #ADACCE. Grayscale: #4E4E4E. Windows color (decimal): -11381967 or 3232594. OLE color: 3232594.

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

Color convert

RGB828349-
CMYK0.0100.410.67
HSL61.76º25.76%25.88%-
HSV(B)61.76º40.96%32.55%-
XYZ7.138.24.11-
YUV78.82111.17130.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=38.32%
G=38.79%
B=22.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283490.0100.410.6761.7625.7625.88
Hex5253311029433e1a1a
Octal122123611051103763232
Binary101001010100111100011010100110000111111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525331; }

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

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

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

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

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

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

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

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