#52542F

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

Shades of Waiouru #52542F

Tints of Waiouru #52542F

Color information

#52542F (or 0x52542F) is unknown color: approx Waiouru. HEX triplet: 52, 54 and 2F. RGB value is (82,84,47). Sum of RGB (Red+Green+Blue) = 82+84+47=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #52542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52542F is #ADABD0. Grayscale: #4F4F4F. Windows color (decimal): -11381713 or 3101778. OLE color: 3101778.

HSL color Cylindrical-coordinate representation of color #52542F: hue angle of 63.24º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52542F is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB828447-
CMYK0.0200.440.67
HSL63.24º28.24%25.69%-
HSV(B)63.24º44.05%32.94%-
XYZ7.168.343.92-
YUV79.18109.84130.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=38.50%
G=39.44%
B=22.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284470.0200.440.6763.2428.2425.69
Hex52542F202C433f1c1a
Octal122124572054103773432
Binary1010010101010010111110010110010000111111111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52542F; }

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

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

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

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

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

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

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

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