#525337

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

Shades of Waiouru #525337

Tints of Waiouru #525337

Color information

#525337 (or 0x525337) is unknown color: approx Waiouru. HEX triplet: 52, 53 and 37. RGB value is (82,83,55). Sum of RGB (Red+Green+Blue) = 82+83+55=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #525337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525337 is #ADACC8. Grayscale: #4F4F4F. Windows color (decimal): -11381961 or 3625810. OLE color: 3625810.

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

Color convert

RGB828355-
CMYK0.0100.340.67
HSL62.14º20.29%27.06%-
HSV(B)62.14º33.73%32.55%-
XYZ7.268.264.83-
YUV79.51114.17129.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 55 (21.88% from 255) = 25%
R=37.27%
G=37.73%
B=25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283550.0100.340.6762.1420.2927.06
Hex5253371022433e141b
Octal122123671042103762433
Binary101001010100111101111010001010000111111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525337; }

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

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

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

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

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

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

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

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