Html Css Color HEX #50542F Waiouru

📋 copy color: '#50542F'

red 80 ◦ green 84 ◦ blue 47

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

Shades of Waiouru #50542F

Tints of Waiouru #50542F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.81%

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 37.91%
G = 39.81%
B = 22.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#50542F (or 0x50542F) is known color: Waiouru. HEX triplet: 50, 54 and 2F. RGB value is (80,84,47). Sum of RGB (Red+Green+Blue) = 80+84+47=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #50542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50542F is #AFABD0. Grayscale: #4E4E4E. Windows color (decimal): -11512785 or 3101776. OLE color: 3101776.

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

Color convert

RGB 80 84 47 -
CMYK 0.05 0 0.44 0.67
HSL 66.49º 0.28% 0.26% -
HSV(B) 66.49º 0.44% 0.33% -
XYZ 6.99 8.25 3.91 -
YUV 78.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 80 84 47 0.05 0 0.44 0.67 66.49 0.28 0.26
Hex 50 54 2F 5 0 2C 43 42 1C 1A
Octal 120 124 57 5 0 54 103 102 34 32
Binary 1010000 1010100 101111 101 0 101100 1000011 1000010 11100 11010

Color Harmonies of #50542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50542F

Black with #50542F

Text Example


Text Example

White with #50542F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50542F; }

 p { color: rgb(80,84,47); }

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

background-color css

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

 a { background-color: rgb(80,84,47); }

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

border-color css

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

 span { border-color: rgb(80,84,47); }

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