#52542E

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

Shades of Waiouru #52542E

Tints of Waiouru #52542E

Color information

#52542E (or 0x52542E) is unknown color: approx Waiouru. HEX triplet: 52, 54 and 2E. RGB value is (82,84,46). Sum of RGB (Red+Green+Blue) = 82+84+46=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #52542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52542E is #ADABD1. Grayscale: #4F4F4F. Windows color (decimal): -11381714 or 3036242. OLE color: 3036242.

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

Color convert

RGB828446-
CMYK0.0200.450.67
HSL63.16º29.23%25.49%-
HSV(B)63.16º45.24%32.94%-
XYZ7.148.333.82-
YUV79.07109.34130.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=38.68%
G=39.62%
B=21.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284460.0200.450.6763.1629.2325.49
Hex52542E202D433f1d19
Octal122124562055103773531
Binary1010010101010010111010010110110000111111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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