#525339

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

Shades of Waiouru #525339

Tints of Waiouru #525339

Color information

#525339 (or 0x525339) is unknown color: approx Waiouru. HEX triplet: 52, 53 and 39. RGB value is (82,83,57). Sum of RGB (Red+Green+Blue) = 82+83+57=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #525339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525339 is #ADACC6. Grayscale: #4F4F4F. Windows color (decimal): -11381959 or 3756882. OLE color: 3756882.

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

Color convert

RGB828357-
CMYK0.0100.310.67
HSL62.31º18.57%27.45%-
HSV(B)62.31º31.33%32.55%-
XYZ7.318.285.08-
YUV79.74115.17129.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 57 (22.66% from 255) = 25.68%
R=36.94%
G=37.39%
B=25.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283570.0100.310.6762.3118.5727.45
Hex525339101F433e131b
Octal122123711037103762333
Binary10100101010011111001101111110000111111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525339; }

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

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

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

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

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

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

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

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