#525436

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

Shades of Waiouru #525436

Tints of Waiouru #525436

Color information

#525436 (or 0x525436) is unknown color: approx Waiouru. HEX triplet: 52, 54 and 36. RGB value is (82,84,54). Sum of RGB (Red+Green+Blue) = 82+84+54=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #525436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525436 is #ADABC9. Grayscale: #505050. Windows color (decimal): -11381706 or 3560530. OLE color: 3560530.

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

Color convert

RGB828454-
CMYK0.0200.360.67
HSL64º21.74%27.06%-
HSV(B)64º35.71%32.94%-
XYZ7.328.44.73-
YUV79.98113.34129.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 54 (21.48% from 255) = 24.55%
R=37.27%
G=38.18%
B=24.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284540.0200.360.676421.7427.06
Hex52543620244340161b
Octal1221246620441031002633
Binary10100101010100110110100100100100001110000001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525436; }

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

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

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

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

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

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

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

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