Html Css Color HEX #50492C Thatch Green

📋 copy color: '#50492C'

red 80 ◦ green 73 ◦ blue 44

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

Shades of Thatch Green #50492C

Tints of Thatch Green #50492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.06%

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 40.61%
G = 37.06%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50492C (or 0x50492C) is known color: Thatch Green. HEX triplet: 50, 49 and 2C. RGB value is (80,73,44). Sum of RGB (Red+Green+Blue) = 80+73+44=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #50492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50492C is #AFB6D3. Grayscale: #474747. Windows color (decimal): -11515604 or 2902352. OLE color: 2902352.

HSL color Cylindrical-coordinate representation of color #50492C: hue angle of 48.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50492C is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 44 -
CMYK 0 0.09 0.45 0.69
HSL 48.33º 0.29% 0.24% -
HSV(B) 48.33º 0.45% 0.31% -
XYZ 6.15 6.65 3.34 -
YUV 71.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 80 73 44 0 0.09 0.45 0.69 48.33 0.29 0.24
Hex 50 49 2C 0 9 2D 45 30 1D 18
Octal 120 111 54 0 11 55 105 60 35 30
Binary 1010000 1001001 101100 0 1001 101101 1000101 110000 11101 11000

Color Harmonies of #50492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50492C

Black with #50492C

Text Example


Text Example

White with #50492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50492C; }

 p { color: rgb(80,73,44); }

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

background-color css

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

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

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

border-color css

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

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

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