Html Css Color HEX #50452E Punga

📋 copy color: '#50452E'

red 80 ◦ green 69 ◦ blue 46

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

Shades of Punga #50452E

Tints of Punga #50452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.59%

R = 41.03%
G = 35.38%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50452E (or 0x50452E) is known color: Punga. HEX triplet: 50, 45 and 2E. RGB value is (80,69,46). Sum of RGB (Red+Green+Blue) = 80+69+46=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50452E is #AFBAD1. Grayscale: #454545. Windows color (decimal): -11516626 or 3032400. OLE color: 3032400.

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

Color convert

RGB 80 69 46 -
CMYK 0 0.14 0.42 0.69
HSL 40.59º 0.27% 0.25% -
HSV(B) 40.59º 0.43% 0.31% -
XYZ 5.93 6.16 3.46 -
YUV 69.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 80 69 46 0 0.14 0.42 0.69 40.59 0.27 0.25
Hex 50 45 2E 0 E 2A 45 29 1B 19
Octal 120 105 56 0 16 52 105 51 33 31
Binary 1010000 1000101 101110 0 1110 101010 1000101 101001 11011 11001

Color Harmonies of #50452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50452E

Black with #50452E

Text Example


Text Example

White with #50452E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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