Html Css Color HEX #50452B Punga

📋 copy color: '#50452B'

red 80 ◦ green 69 ◦ blue 43

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

Shades of Punga #50452B

Tints of Punga #50452B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.4%

R = 41.67%
G = 35.94%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50452B (or 0x50452B) is known color: Punga. HEX triplet: 50, 45 and 2B. RGB value is (80,69,43). Sum of RGB (Red+Green+Blue) = 80+69+43=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50452B is #AFBAD4. Grayscale: #454545. Windows color (decimal): -11516629 or 2835792. OLE color: 2835792.

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

Color convert

RGB 80 69 43 -
CMYK 0 0.14 0.46 0.69
HSL 42.16º 0.3% 0.24% -
HSV(B) 42.16º 0.46% 0.31% -
XYZ 5.87 6.14 3.16 -
YUV 69.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 80 69 43 0 0.14 0.46 0.69 42.16 0.3 0.24
Hex 50 45 2B 0 E 2E 45 2A 1E 18
Octal 120 105 53 0 16 56 105 52 36 30
Binary 1010000 1000101 101011 0 1110 101110 1000101 101010 11110 11000

Color Harmonies of #50452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50452B

Black with #50452B

Text Example


Text Example

White with #50452B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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