Html Css Color HEX #525437 Waiouru

📋 copy color: '#525437'

red 82 ◦ green 84 ◦ blue 55

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

Shades of Waiouru #525437

Tints of Waiouru #525437

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

 BLUE value IS 55 (21.88% from 255) = 24.89%

R = 37.1%
G = 38.01%
B = 24.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#525437 (or 0x525437) is known color: Waiouru. HEX triplet: 52, 54 and 37. RGB value is (82,84,55). Sum of RGB (Red+Green+Blue) = 82+84+55=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #525437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525437 is #ADABC8. Grayscale: #505050. Windows color (decimal): -11381705 or 3626066. OLE color: 3626066.

HSL color Cylindrical-coordinate representation of color #525437: hue angle of 64.14º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #525437 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 55 -
CMYK 0.02 0 0.35 0.67
HSL 64.14º 0.21% 0.27% -
HSV(B) 64.14º 0.35% 0.33% -
XYZ 7.34 8.41 4.85 -
YUV 80.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 82 84 55 0.02 0 0.35 0.67 64.14 0.21 0.27
Hex 52 54 37 2 0 23 43 40 15 1B
Octal 122 124 67 2 0 43 103 100 25 33
Binary 1010010 1010100 110111 10 0 100011 1000011 1000000 10101 11011

Color Harmonies of #525437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525437

Black with #525437

Text Example


Text Example

White with #525437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525437; }

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

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

background-color css

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

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

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

border-color css

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

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

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