#52532E

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

Shades of Waiouru #52532E

Tints of Waiouru #52532E

Color information

#52532E (or 0x52532E) is unknown color: approx Waiouru. HEX triplet: 52, 53 and 2E. RGB value is (82,83,46). Sum of RGB (Red+Green+Blue) = 82+83+46=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #52532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52532E is #ADACD1. Grayscale: #4E4E4E. Windows color (decimal): -11381970 or 3035986. OLE color: 3035986.

HSL color Cylindrical-coordinate representation of color #52532E: hue angle of 61.62º 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 #52532E is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB828346-
CMYK0.0100.450.67
HSL61.62º28.68%25.29%-
HSV(B)61.62º44.58%32.55%-
XYZ7.078.183.79-
YUV78.48109.67130.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=38.86%
G=39.34%
B=21.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283460.0100.450.6761.6228.6825.29
Hex52532E102D433e1d19
Octal122123561055103763531
Binary101001010100111011101010110110000111111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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