#525534

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

Shades of Waiouru #525534

Tints of Waiouru #525534

Color information

#525534 (or 0x525534) is unknown color: approx Waiouru. HEX triplet: 52, 55 and 34. RGB value is (82,85,52). Sum of RGB (Red+Green+Blue) = 82+85+52=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #525534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525534 is #ADAACB. Grayscale: #505050. Windows color (decimal): -11381452 or 3429714. OLE color: 3429714.

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

Color convert

RGB828552-
CMYK0.0400.390.67
HSL65.45º24.09%26.86%-
HSV(B)65.45º38.82%33.33%-
XYZ7.358.544.51-
YUV80.34112.01129.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=37.44%
G=38.81%
B=23.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285520.0400.390.6765.4524.0926.86
Hex52553440274341181b
Octal1221256440471031013033
Binary101001010101011101001000100111100001110000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525534; }

 p { color: rgb(82,85,52); }

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

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

 a { background-color: rgb(82,85,52); }

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

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

 span { border-color: rgb(82,85,52); }

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