Html Css Color HEX #525534 Waiouru

📋 copy color: '#525534'

red 82 ◦ green 85 ◦ blue 52

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

Shades of Waiouru #525534

Tints of Waiouru #525534

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.81%

 BLUE value IS 52 (20.7% from 255) = 23.74%

R = 37.44%
G = 38.81%
B = 23.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#525534 (or 0x525534) is known color: Waiouru. HEX triplet: 52, 55 and 34. RGB value is (82,85,52). Sum of RGB (Red+Green+Blue) = 82+85+52=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #525534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525534 is #ADAACB. Grayscale: #505050. Windows color (decimal): -11381452 or 3429714. OLE color: 3429714.

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

Color convert

RGB 82 85 52 -
CMYK 0.04 0 0.39 0.67
HSL 65.45º 0.24% 0.27% -
HSV(B) 65.45º 0.39% 0.33% -
XYZ 7.35 8.54 4.51 -
YUV 80.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 82 85 52 0.04 0 0.39 0.67 65.45 0.24 0.27
Hex 52 55 34 4 0 27 43 41 18 1B
Octal 122 125 64 4 0 47 103 101 30 33
Binary 1010010 1010101 110100 100 0 100111 1000011 1000001 11000 11011

Color Harmonies of #525534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525534

Black with #525534

Text Example


Text Example

White with #525534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525534; }

 p { color: rgb(82,85,52); }

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

background-color css

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

 a { background-color: rgb(82,85,52); }

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

border-color css

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

 span { border-color: rgb(82,85,52); }

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