#525334

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

Shades of Waiouru #525334

Tints of Waiouru #525334

Color information

#525334 (or 0x525334) is unknown color: approx Waiouru. HEX triplet: 52, 53 and 34. RGB value is (82,83,52). Sum of RGB (Red+Green+Blue) = 82+83+52=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #525334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525334 is #ADACCB. Grayscale: #4F4F4F. Windows color (decimal): -11381964 or 3429202. OLE color: 3429202.

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

Color convert

RGB828352-
CMYK0.0100.370.67
HSL61.94º22.96%26.47%-
HSV(B)61.94º37.35%32.55%-
XYZ7.198.234.46-
YUV79.17112.67130.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=37.79%
G=38.25%
B=23.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283520.0100.370.6761.9422.9626.47
Hex5253341025433e171a
Octal122123641045103762732
Binary101001010100111101001010010110000111111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525334; }

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

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

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

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

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

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

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

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