Html Css Color HEX #505332 Waiouru

📋 copy color: '#505332'

red 80 ◦ green 83 ◦ blue 50

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

Shades of Waiouru #505332

Tints of Waiouru #505332

RGB

 RED value IS 80 (31.64% from 255) = 37.56%

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

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

R = 37.56%
G = 38.97%
B = 23.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#505332 (or 0x505332) is known color: Waiouru. HEX triplet: 50, 53 and 32. RGB value is (80,83,50). Sum of RGB (Red+Green+Blue) = 80+83+50=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #505332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505332 is #AFACCD. Grayscale: #4E4E4E. Windows color (decimal): -11513038 or 3298128. OLE color: 3298128.

HSL color Cylindrical-coordinate representation of color #505332: hue angle of 65.45º 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 #505332 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 50 -
CMYK 0.04 0 0.40 0.67
HSL 65.45º 0.25% 0.26% -
HSV(B) 65.45º 0.4% 0.33% -
XYZ 6.98 8.12 4.22 -
YUV 78.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 80 83 50 0.04 0 0.40 0.67 65.45 0.25 0.26
Hex 50 53 32 4 0 28 43 41 19 1A
Octal 120 123 62 4 0 50 103 101 31 32
Binary 1010000 1010011 110010 100 0 101000 1000011 1000001 11001 11010

Color Harmonies of #505332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505332

Black with #505332

Text Example


Text Example

White with #505332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505332; }

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

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

background-color css

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

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

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

border-color css

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

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

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