Html Css Color HEX #505331 Waiouru

📋 copy color: '#505331'

red 80 ◦ green 83 ◦ blue 49

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

Shades of Waiouru #505331

Tints of Waiouru #505331

RGB

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

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

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

R = 37.74%
G = 39.15%
B = 23.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#505331 (or 0x505331) is known color: Waiouru. HEX triplet: 50, 53 and 31. RGB value is (80,83,49). Sum of RGB (Red+Green+Blue) = 80+83+49=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #505331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505331 is #AFACCE. Grayscale: #4E4E4E. Windows color (decimal): -11513039 or 3232592. OLE color: 3232592.

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

Color convert

RGB 80 83 49 -
CMYK 0.04 0 0.41 0.67
HSL 65.29º 0.26% 0.26% -
HSV(B) 65.29º 0.41% 0.33% -
XYZ 6.96 8.11 4.11 -
YUV 78.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 80 83 49 0.04 0 0.41 0.67 65.29 0.26 0.26
Hex 50 53 31 4 0 29 43 41 1A 1A
Octal 120 123 61 4 0 51 103 101 32 32
Binary 1010000 1010011 110001 100 0 101001 1000011 1000001 11010 11010

Color Harmonies of #505331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505331

Black with #505331

Text Example


Text Example

White with #505331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505331; }

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

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

background-color css

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

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

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

border-color css

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

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

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