Html Css Color HEX #50502B Waiouru

📋 copy color: '#50502B'

red 80 ◦ green 80 ◦ blue 43

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

Shades of Waiouru #50502B

Tints of Waiouru #50502B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 39.41%
G = 39.41%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50502B (or 0x50502B) is known color: Waiouru. HEX triplet: 50, 50 and 2B. RGB value is (80,80,43). Sum of RGB (Red+Green+Blue) = 80+80+43=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50502B is #AFAFD4. Grayscale: #4B4B4B. Windows color (decimal): -11513813 or 2838608. OLE color: 2838608.

HSL color Cylindrical-coordinate representation of color #50502B: hue angle of 60º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50502B is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 80 43 -
CMYK 0 0 0.46 0.69
HSL 60º 0.3% 0.24% -
HSV(B) 60º 0.46% 0.31% -
XYZ 6.61 7.62 3.41 -
YUV 75.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 80 80 43 0 0 0.46 0.69 60 0.3 0.24
Hex 50 50 2B 0 0 2E 45 3C 1E 18
Octal 120 120 53 0 0 56 105 74 36 30
Binary 1010000 1010000 101011 0 0 101110 1000101 111100 11110 11000

Color Harmonies of #50502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50502B

Black with #50502B

Text Example


Text Example

White with #50502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50502B; }

 p { color: rgb(80,80,43); }

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

background-color css

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

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

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

border-color css

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

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

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