Html Css Color HEX #50452D Punga

📋 copy color: '#50452D'

red 80 ◦ green 69 ◦ blue 45

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

Shades of Punga #50452D

Tints of Punga #50452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 41.24%
G = 35.57%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#50452D (or 0x50452D) is known color: Punga. HEX triplet: 50, 45 and 2D. RGB value is (80,69,45). Sum of RGB (Red+Green+Blue) = 80+69+45=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #50452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50452D is #AFBAD2. Grayscale: #454545. Windows color (decimal): -11516627 or 2966864. OLE color: 2966864.

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

Color convert

RGB 80 69 45 -
CMYK 0 0.14 0.44 0.69
HSL 41.14º 0.28% 0.25% -
HSV(B) 41.14º 0.44% 0.31% -
XYZ 5.91 6.15 3.36 -
YUV 69.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 80 69 45 0 0.14 0.44 0.69 41.14 0.28 0.25
Hex 50 45 2D 0 E 2C 45 29 1C 19
Octal 120 105 55 0 16 54 105 51 34 31
Binary 1010000 1000101 101101 0 1110 101100 1000101 101001 11100 11001

Color Harmonies of #50452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50452D

Black with #50452D

Text Example


Text Example

White with #50452D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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