Html Css Color HEX #504630 Punga

📋 copy color: '#504630'

red 80 ◦ green 70 ◦ blue 48

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

Shades of Punga #504630

Tints of Punga #504630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

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

R = 40.4%
G = 35.35%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#504630 (or 0x504630) is known color: Punga. HEX triplet: 50, 46 and 30. RGB value is (80,70,48). Sum of RGB (Red+Green+Blue) = 80+70+48=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #504630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504630 is #AFB9CF. Grayscale: #464646. Windows color (decimal): -11516368 or 3163728. OLE color: 3163728.

HSL color Cylindrical-coordinate representation of color #504630: hue angle of 41.25º 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 #504630 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 48 -
CMYK 0 0.12 0.40 0.69
HSL 41.25º 0.25% 0.25% -
HSV(B) 41.25º 0.4% 0.31% -
XYZ 6.03 6.3 3.69 -
YUV 70.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 80 70 48 0 0.12 0.40 0.69 41.25 0.25 0.25
Hex 50 46 30 0 C 28 45 29 19 19
Octal 120 106 60 0 14 50 105 51 31 31
Binary 1010000 1000110 110000 0 1100 101000 1000101 101001 11001 11001

Color Harmonies of #504630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504630

Black with #504630

Text Example


Text Example

White with #504630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504630; }

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

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

background-color css

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

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

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

border-color css

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

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

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