Html Css Color HEX #505129 Waiouru

📋 copy color: '#505129'

red 80 ◦ green 81 ◦ blue 41

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

Shades of Waiouru #505129

Tints of Waiouru #505129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

 BLUE value IS 41 (16.41% from 255) = 20.3%

R = 39.6%
G = 40.1%
B = 20.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#505129 (or 0x505129) is known color: Waiouru. HEX triplet: 50, 51 and 29. RGB value is (80,81,41). Sum of RGB (Red+Green+Blue) = 80+81+41=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #505129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505129 is #AFAED6. Grayscale: #4C4C4C. Windows color (decimal): -11513559 or 2707792. OLE color: 2707792.

HSL color Cylindrical-coordinate representation of color #505129: hue angle of 61.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #505129 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 81 41 -
CMYK 0.01 0 0.49 0.68
HSL 61.5º 0.33% 0.24% -
HSV(B) 61.5º 0.49% 0.32% -
XYZ 6.65 7.75 3.24 -
YUV 76.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 80 81 41 0.01 0 0.49 0.68 61.5 0.33 0.24
Hex 50 51 29 1 0 31 44 3E 21 18
Octal 120 121 51 1 0 61 104 76 41 30
Binary 1010000 1010001 101001 1 0 110001 1000100 111110 100001 11000

Color Harmonies of #505129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505129

Black with #505129

Text Example


Text Example

White with #505129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505129; }

 p { color: rgb(80,81,41); }

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

background-color css

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

 a { background-color: rgb(80,81,41); }

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

border-color css

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

 span { border-color: rgb(80,81,41); }

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