Html Css Color HEX #50462F Punga

📋 copy color: '#50462F'

red 80 ◦ green 70 ◦ blue 47

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

Shades of Punga #50462F

Tints of Punga #50462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.53%

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

R = 40.61%
G = 35.53%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50462F (or 0x50462F) is known color: Punga. HEX triplet: 50, 46 and 2F. RGB value is (80,70,47). Sum of RGB (Red+Green+Blue) = 80+70+47=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #50462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50462F is #AFB9D0. Grayscale: #464646. Windows color (decimal): -11516369 or 3098192. OLE color: 3098192.

HSL color Cylindrical-coordinate representation of color #50462F: hue angle of 41.82º 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 #50462F is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 47 -
CMYK 0 0.12 0.41 0.69
HSL 41.82º 0.26% 0.25% -
HSV(B) 41.82º 0.41% 0.31% -
XYZ 6.01 6.29 3.59 -
YUV 70.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 80 70 47 0 0.12 0.41 0.69 41.82 0.26 0.25
Hex 50 46 2F 0 C 29 45 2A 1A 19
Octal 120 106 57 0 14 51 105 52 32 31
Binary 1010000 1000110 101111 0 1100 101001 1000101 101010 11010 11001

Color Harmonies of #50462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50462F

Black with #50462F

Text Example


Text Example

White with #50462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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