Html Css Color HEX #50452A Punga

📋 copy color: '#50452A'

red 80 ◦ green 69 ◦ blue 42

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

Shades of Punga #50452A

Tints of Punga #50452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 42 (16.8% from 255) = 21.99%

R = 41.88%
G = 36.13%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50452A (or 0x50452A) is known color: Punga. HEX triplet: 50, 45 and 2A. RGB value is (80,69,42). Sum of RGB (Red+Green+Blue) = 80+69+42=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #50452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50452A is #AFBAD5. Grayscale: #454545. Windows color (decimal): -11516630 or 2770256. OLE color: 2770256.

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

Color convert

RGB 80 69 42 -
CMYK 0 0.14 0.48 0.69
HSL 42.63º 0.31% 0.24% -
HSV(B) 42.63º 0.48% 0.31% -
XYZ 5.85 6.13 3.06 -
YUV 69.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 80 69 42 0 0.14 0.48 0.69 42.63 0.31 0.24
Hex 50 45 2A 0 E 30 45 2B 1F 18
Octal 120 105 52 0 16 60 105 53 37 30
Binary 1010000 1000101 101010 0 1110 110000 1000101 101011 11111 11000

Color Harmonies of #50452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50452A

Black with #50452A

Text Example


Text Example

White with #50452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50452A; }

 p { color: rgb(80,69,42); }

 H1.HeaderClassName
 {
   color: #50452A;
 }
 .AnyTagClassName
 {
   color: #50452A;
 }
</style>

background-color css

<style>
 a { background-color: #50452A; }

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

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

border-color css

<style>
 span { border-color: #50452A; }

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

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