Html Css Color HEX #50472F Punga

📋 copy color: '#50472F'

red 80 ◦ green 71 ◦ blue 47

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

Shades of Punga #50472F

Tints of Punga #50472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.86%

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

R = 40.4%
G = 35.86%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50472F (or 0x50472F) is known color: Punga. HEX triplet: 50, 47 and 2F. RGB value is (80,71,47). Sum of RGB (Red+Green+Blue) = 80+71+47=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #50472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50472F is #AFB8D0. Grayscale: #474747. Windows color (decimal): -11516113 or 3098448. OLE color: 3098448.

HSL color Cylindrical-coordinate representation of color #50472F: hue angle of 43.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50472F is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 47 -
CMYK 0 0.11 0.41 0.69
HSL 43.64º 0.26% 0.25% -
HSV(B) 43.64º 0.41% 0.31% -
XYZ 6.07 6.42 3.61 -
YUV 70.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 80 71 47 0 0.11 0.41 0.69 43.64 0.26 0.25
Hex 50 47 2F 0 B 29 45 2C 1A 19
Octal 120 107 57 0 13 51 105 54 32 31
Binary 1010000 1000111 101111 0 1011 101001 1000101 101100 11010 11001

Color Harmonies of #50472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50472F

Black with #50472F

Text Example


Text Example

White with #50472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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