#52532D

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

Shades of Waiouru #52532D

Tints of Waiouru #52532D

Color information

#52532D (or 0x52532D) is unknown color: approx Waiouru. HEX triplet: 52, 53 and 2D. RGB value is (82,83,45). Sum of RGB (Red+Green+Blue) = 82+83+45=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #52532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52532D is #ADACD2. Grayscale: #4E4E4E. Windows color (decimal): -11381971 or 2970450. OLE color: 2970450.

HSL color Cylindrical-coordinate representation of color #52532D: hue angle of 61.58º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52532D is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB828345-
CMYK0.0100.460.67
HSL61.58º29.69%25.1%-
HSV(B)61.58º45.78%32.55%-
XYZ7.058.173.69-
YUV78.37109.17130.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=39.05%
G=39.52%
B=21.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283450.0100.460.6761.5829.6925.1
Hex52532D102E433e1e19
Octal122123551056103763631
Binary101001010100111011011010111010000111111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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