Html Css Color HEX #52532F Waiouru

📋 copy color: '#52532F'

red 82 ◦ green 83 ◦ blue 47

#52532F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waiouru #52532F

Tints of Waiouru #52532F

RGB

 RED value IS 82 (32.42% from 255) = 38.68%

 GREEN value IS 83 (32.81% from 255) = 39.15%

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 38.68%
G = 39.15%
B = 22.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#52532F (or 0x52532F) is known color: Waiouru. HEX triplet: 52, 53 and 2F. RGB value is (82,83,47). Sum of RGB (Red+Green+Blue) = 82+83+47=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #52532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52532F is #ADACD0. Grayscale: #4E4E4E. Windows color (decimal): -11381969 or 3101522. OLE color: 3101522.

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

Color convert

RGB 82 83 47 -
CMYK 0.01 0 0.43 0.67
HSL 61.67º 0.28% 0.25% -
HSV(B) 61.67º 0.43% 0.33% -
XYZ 7.09 8.19 3.9 -
YUV 78.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 82 83 47 0.01 0 0.43 0.67 61.67 0.28 0.25
Hex 52 53 2F 1 0 2B 43 3E 1C 19
Octal 122 123 57 1 0 53 103 76 34 31
Binary 1010010 1010011 101111 1 0 101011 1000011 111110 11100 11001

Color Harmonies of #52532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52532F

Black with #52532F

Text Example


Text Example

White with #52532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52532F;
 }
 .AnyTagClassName
 {
   color: #52532F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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