Html Css Color HEX #525431 Waiouru

📋 copy color: '#525431'

red 82 ◦ green 84 ◦ blue 49

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

Shades of Waiouru #525431

Tints of Waiouru #525431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.79%

R = 38.14%
G = 39.07%
B = 22.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#525431 (or 0x525431) is known color: Waiouru. HEX triplet: 52, 54 and 31. RGB value is (82,84,49). Sum of RGB (Red+Green+Blue) = 82+84+49=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #525431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525431 is #ADABCE. Grayscale: #4F4F4F. Windows color (decimal): -11381711 or 3232850. OLE color: 3232850.

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

Color convert

RGB 82 84 49 -
CMYK 0.02 0 0.42 0.67
HSL 63.43º 0.26% 0.26% -
HSV(B) 63.43º 0.42% 0.33% -
XYZ 7.2 8.36 4.14 -
YUV 79.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 82 84 49 0.02 0 0.42 0.67 63.43 0.26 0.26
Hex 52 54 31 2 0 2A 43 3F 1A 1A
Octal 122 124 61 2 0 52 103 77 32 32
Binary 1010010 1010100 110001 10 0 101010 1000011 111111 11010 11010

Color Harmonies of #525431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525431

Black with #525431

Text Example


Text Example

White with #525431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525431; }

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

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

background-color css

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

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

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

border-color css

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

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

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