#525533

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

Shades of Waiouru #525533

Tints of Waiouru #525533

Color information

#525533 (or 0x525533) is unknown color: approx Waiouru. HEX triplet: 52, 55 and 33. RGB value is (82,85,51). Sum of RGB (Red+Green+Blue) = 82+85+51=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #525533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525533 is #ADAACC. Grayscale: #505050. Windows color (decimal): -11381453 or 3364178. OLE color: 3364178.

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

Color convert

RGB828551-
CMYK0.0400.400.67
HSL65.29º25%26.67%-
HSV(B)65.29º40%33.33%-
XYZ7.338.534.39-
YUV80.23111.51129.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 51 (20.31% from 255) = 23.39%
R=37.61%
G=38.99%
B=23.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285510.0400.400.6765.292526.67
Hex52553340284341191b
Octal1221256340501031013133
Binary101001010101011100111000101000100001110000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525533; }

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

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

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

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

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

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

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

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