Html Css Color HEX #504530 Punga

📋 copy color: '#504530'

red 80 ◦ green 69 ◦ blue 48

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

Shades of Punga #504530

Tints of Punga #504530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.37%

R = 40.61%
G = 35.03%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#504530 (or 0x504530) is known color: Punga. HEX triplet: 50, 45 and 30. RGB value is (80,69,48). Sum of RGB (Red+Green+Blue) = 80+69+48=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #504530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504530 is #AFBACF. Grayscale: #454545. Windows color (decimal): -11516624 or 3163472. OLE color: 3163472.

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

Color convert

RGB 80 69 48 -
CMYK 0 0.14 0.40 0.69
HSL 39.38º 0.25% 0.25% -
HSV(B) 39.38º 0.4% 0.31% -
XYZ 5.97 6.18 3.67 -
YUV 69.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 80 69 48 0 0.14 0.40 0.69 39.38 0.25 0.25
Hex 50 45 30 0 E 28 45 27 19 19
Octal 120 105 60 0 16 50 105 47 31 31
Binary 1010000 1000101 110000 0 1110 101000 1000101 100111 11001 11001

Color Harmonies of #504530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504530

Black with #504530

Text Example


Text Example

White with #504530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504530; }

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

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

background-color css

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

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

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

border-color css

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

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

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