Html Css Color HEX #525332 Waiouru

📋 copy color: '#525332'

red 82 ◦ green 83 ◦ blue 50

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

Shades of Waiouru #525332

Tints of Waiouru #525332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 38.14%
G = 38.6%
B = 23.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#525332 (or 0x525332) is known color: Waiouru. HEX triplet: 52, 53 and 32. RGB value is (82,83,50). Sum of RGB (Red+Green+Blue) = 82+83+50=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #525332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525332 is #ADACCD. Grayscale: #4F4F4F. Windows color (decimal): -11381966 or 3298130. OLE color: 3298130.

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

Color convert

RGB 82 83 50 -
CMYK 0.01 0 0.40 0.67
HSL 61.82º 0.25% 0.26% -
HSV(B) 61.82º 0.4% 0.33% -
XYZ 7.15 8.21 4.23 -
YUV 78.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 82 83 50 0.01 0 0.40 0.67 61.82 0.25 0.26
Hex 52 53 32 1 0 28 43 3E 19 1A
Octal 122 123 62 1 0 50 103 76 31 32
Binary 1010010 1010011 110010 1 0 101000 1000011 111110 11001 11010

Color Harmonies of #525332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525332

Black with #525332

Text Example


Text Example

White with #525332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525332; }

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

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

background-color css

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

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

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

border-color css

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

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

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